| Package | hl7.fhir.uv.extensions |
| Resource Type | CodeSystem |
| Id | patient-bornstatus |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-patient-bornstatus.html |
| URL | http://hl7.org/fhir/patient-bornstatus |
| Version | 5.3.0-ballot-tc1 |
| Status | retired |
| Date | 2025-08-04T03:03:22+00:00 |
| Name | BornStatus |
| Title | born status code system |
| Realm | uv |
| Authority | hl7 |
| Description | This birth status of a patient. This CodeSystem is deprecated and replaced by patient-fetalstatus CodeSystem. |
| Content | complete |
| ValueSet | |
| patient-bornstatus | born status value set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem patient-bornstatus
Last updated: 2023-01-31 07:07:38+1100
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/patient-bornstatus defines the following codes:
{
"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": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "deprecated",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status-reason",
"valueMarkdown": "This CodeSystem is deprecated and replaced by patient-fetalstatus CodeSystem"
}
]
}
}
],
"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.3.0-ballot-tc1",
"name": "BornStatus",
"title": "born status code system",
"status": "retired",
"experimental": true,
"date": "2025-08-04T03:03:22+00: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. This CodeSystem is deprecated and replaced by patient-fetalstatus CodeSystem.",
"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."
}
]
}