This page is part of the FHIR Core Extensions Registry (v5.1.0: Release 5.1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Draft |
{
"resourceType" : "CodeSystem",
"id" : "patient-bornstatus",
"meta" : {
"lastUpdated" : "2023-01-31T07:07:38.434+11:00",
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/patient-bornstatus</code> 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\">born<a name=\"patient-bornstatus-born\"> </a></td><td>Born</td><td>The patient (baby) has been born.</td></tr><tr><td style=\"white-space:nowrap\">unborn<a name=\"patient-bornstatus-unborn\"> </a></td><td>Unborn</td><td>The patient (fetus) has not been born and is still in utero.</td></tr><tr><td style=\"white-space:nowrap\">fetal-demise<a name=\"patient-bornstatus-fetal-demise\"> </a></td><td>Fetal Demise</td><td>The patient (fetus) is deceased.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"patient-bornstatus-unknown\"> </a></td><td>Unknown</td><td>The birth status of the patient is unknown.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
}
],
"url" : "http://hl7.org/fhir/patient-bornstatus",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.2117"
}
],
"version" : "5.1.0",
"name" : "BornStatus",
"title" : "born status code system",
"status" : "draft",
"experimental" : true,
"date" : "2024-04-27T18:54:50+10:00",
"publisher" : "HL7 International / Patient Administration",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "This birth status of a patient.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "born",
"display" : "Born",
"definition" : "The patient (baby) has been born."
},
{
"code" : "unborn",
"display" : "Unborn",
"definition" : "The patient (fetus) has not been born and is still in utero."
},
{
"code" : "fetal-demise",
"display" : "Fetal Demise",
"definition" : "The patient (fetus) is deceased."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The birth status of the patient is unknown."
}
]
}