| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | ValueSet |
| Id | ValueSet-discharged-status |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-discharged-status.html |
| URL | http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-discharged-status |
| Version | 0.1.2 |
| Status | draft |
| Date | 2025-06-12T00:36:53+00:00 |
| Name | DischargedStatusVS |
| Title | Discharged Status |
| Realm | us |
| Authority | hl7 |
| Description | Valueset for discharged status |
No resources found
| CodeSystem | |
| CodeSystem-local-bdr-codes | Local BDR Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ValueSet-discharged-status
http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes| Code | Display |
| unknown | Unknown |
| status_discharge_alive | Discharged Alive |
| status_discharge_transferred | Transferred |
| status_discharge_dead | Discharged Dead |
| status_discharge_not-discharged | Not Discharged |
{
"resourceType": "ValueSet",
"id": "ValueSet-discharged-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pher"
}
],
"url": "http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-discharged-status",
"version": "0.1.2",
"name": "DischargedStatusVS",
"title": "Discharged Status",
"status": "draft",
"experimental": false,
"date": "2025-06-12T00:36:53+00:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"name": "HL7 International / Public Health",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
},
{
"name": "Thanh Cheng",
"telecom": [
{
"system": "email",
"value": "thanh.cheng@altarum.org",
"use": "work"
}
]
}
],
"description": "Valueset for discharged status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
"concept": [
{
"code": "unknown",
"display": "Unknown"
},
{
"code": "status_discharge_alive",
"display": "Discharged Alive"
},
{
"code": "status_discharge_transferred",
"display": "Transferred"
},
{
"code": "status_discharge_dead",
"display": "Discharged Dead"
},
{
"code": "status_discharge_not-discharged",
"display": "Not Discharged"
}
]
}
]
}
}