FHIR IG Statistics: ValueSet/EncounterType
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"url": "http://cihi.ca/fhir/ValueSet/aac-admit-category",
"version": "2018",
"name": "EncounterType",
"title": "Encounter Type",
"status": "active",
"date": "2019-02-20",
"publisher": "Canadian Institute for Health Information",
"contact": [
{
"name": "Finnie Flores",
"telecom": [
{
"system": "email",
"value": "fflores@cihi.ca"
}
]
}
],
"description": "The initial status of the patient at the time of admission to the reporting facility. It is contributed in PV1-4 in HL7v2 and is used by the resource element Encounter.type in FHIR",
"compose": {
"include": [
{
"system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
"version": "2018",
"concept": [
{
"code": "L",
"display": "Scheduled/elective"
},
{
"code": "U",
"display": "Urgent/emergent"
},
{
"code": "N",
"display": "Newborn"
},
{
"code": "S",
"display": "Stillborn"
},
{
"code": "R",
"display": "Cadaveric donor"
}
]
}
]
}
}