FHIR IG analytics| Package | ca.on.oh-seris |
| Resource Type | ValueSet |
| Id | encounter-type.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.5&canonical=http://ontariohealth.ca/fhir/ValueSet/encounter-type |
| URL | http://ontariohealth.ca/fhir/ValueSet/encounter-type |
| Version | 1.0.1 |
| Status | draft |
| Name | EncounterType |
| Title | Encounter Type |
| Realm | ca |
| Description | Indicates the circumstances under which the patient was or will be admitted. |
| StructureDefinition | ||
| ca.on.oh-seris#0.11.0-alpha1.0.5 | ca-on-seris-profile-Encounter | Encounter |
| CodeSystem | ||
| ca.on.oh-dhdr#4.0.2-alpha1.0.6 | aac-admit-category | aac-admit-category |
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "encounter-type",
"url": "http://ontariohealth.ca/fhir/ValueSet/encounter-type",
"version": "1.0.1",
"name": "EncounterType",
"title": "Encounter Type",
"status": "draft",
"publisher": "Ontario Health",
"description": "Indicates the circumstances under which the patient was or will be admitted.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
"concept": [
{
"code": "U",
"display": "Urgent"
},
{
"code": "E",
"display": "Emergency"
},
{
"code": "L",
"display": "Elective"
}
]
}
]
}
}