FHIR IG analytics| Package | ca.on.dhdr.r4.v4 |
| Resource Type | ValueSet |
| Id | AdmitSource.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "admit-source",
"url": "http://cihi.ca/fhir/ValueSet/aac-admit-source",
"version": "2018",
"name": "AdmitSource",
"title": "Admit Source",
"status": "active",
"date": "2019-02-20",
"publisher": "Canadian Institute for Health Information",
"contact": [
{
"name": "CIHI",
"telecom": [
{
"system": "email",
"value": "datastandards@cihi.ca"
}
]
}
],
"description": "This field indicates the last point of entry prior to being admitted as an inpatient to the reporting facility. It is contributed in PV1-14 in HL7v2 and is used by the resource element Encounter.hospitalization.admitSource in FHIR",
"compose": {
"include": [
{
"system": "http://cihi.ca/fhir/CodeSystem/aac-admit-source",
"version": "2018",
"concept": [
{
"code": "D",
"display": "Direct"
},
{
"code": "N",
"display": "Newborn"
},
{
"code": "E",
"display": "Emergency"
},
{
"code": "S",
"display": "Stillborn"
},
{
"code": "P",
"display": "Day procedure"
},
{
"code": "C",
"display": "Clinic"
}
]
}
]
}
}