HL7 FHIR® UK Core
4.0.0 - CI Build
HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions
Source view
{
"resourceType" : "CodeSystem",
"id" : "UKCore-NHSDataDictionary-PersonMaritalStatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHS Data Model and Dictionary Person Marital Status Code</h2><div><p>An indicator to identify the legal marital status of a Person.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-S\"> </a></td><td>Single</td><td/></tr><tr><td style=\"white-space:nowrap\">M<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-M\"> </a></td><td>Married/Civil Partner</td><td/></tr><tr><td style=\"white-space:nowrap\">D<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-D\"> </a></td><td>Divorced/Person whose Civil Partnership has been dissolved</td><td/></tr><tr><td style=\"white-space:nowrap\">W<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-W\"> </a></td><td>Widowed/Surviving Civil Partner</td><td/></tr><tr><td style=\"white-space:nowrap\">P<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-P\"> </a></td><td>Separated</td><td/></tr><tr><td style=\"white-space:nowrap\">N<a name=\"UKCore-NHSDataDictionary-PersonMaritalStatus-N\"> </a></td><td>Not disclosed</td><td/></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference",
"valueUri" : "http://www.datadictionary.nhs.uk/data_dictionary/attributes/p/person/person_marital_status_code_de.asp?shownav=1"
}
],
"url" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus",
"version" : "4.0.0",
"name" : "NHSDataModelandDictionaryPersonMaritalStatusCode",
"title" : "NHS Data Model and Dictionary Person Marital Status Code",
"status" : "active",
"date" : "2019-10-18T13:00:00+01:00",
"publisher" : "Project Wildfyre",
"contact" : [
{
"name" : "Project Wildfyre",
"telecom" : [
{
"system" : "email",
"value" : "mailto:dunno@dummy.net",
"use" : "work"
}
]
}
],
"description" : "An indicator to identify the legal marital status of a Person.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "GB"
}
]
}
],
"copyright" : "Copyright © 2019 NHS Digital",
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "S",
"display" : "Single"
},
{
"code" : "M",
"display" : "Married/Civil Partner"
},
{
"code" : "D",
"display" : "Divorced/Person whose Civil Partnership has been dissolved"
},
{
"code" : "W",
"display" : "Widowed/Surviving Civil Partner"
},
{
"code" : "P",
"display" : "Separated"
},
{
"code" : "N",
"display" : "Not disclosed"
}
]
}