Mongolian HDIT Implementation guide
1.0.0 - Review
Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions
Source view
{
"resourceType" : "CodeSystem",
"id" : "ModeOfArrivalCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>mode of arrival.</h2><p>This code system http://fhir.mn/CodeSystem/ModeOfArrivalCS defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">self<a name=\"ModeOfArrivalCS-self\"> </a></td><td>Patient arrived by her/himself</td><td/></tr><tr><td style=\"white-space:nowrap\">103<a name=\"ModeOfArrivalCS-103\"> </a></td><td>Arrived by an ambulance car</td><td/></tr><tr><td style=\"white-space:nowrap\">out<a name=\"ModeOfArrivalCS-out\"> </a></td><td>From outpatient department</td><td/></tr><tr><td style=\"white-space:nowrap\">hosp<a name=\"ModeOfArrivalCS-hosp\"> </a></td><td>From other hospital</td><td/></tr><tr><td style=\"white-space:nowrap\">13A<a name=\"ModeOfArrivalCS-13A\"> </a></td><td>Arrived with 13A form</td><td/></tr></table></div>"
},
"url" : "http://fhir.mn/CodeSystem/ModeOfArrivalCS",
"version" : "1.0.0",
"name" : "ModeOfArrivalCS",
"title" : "mode of arrival.",
"status" : "active",
"date" : "2021-10-12T23:24:32+02:00",
"publisher" : "http://fhir.mn",
"contact" : [
{
"name" : "Pétur Þór Valdimarsson",
"telecom" : [
{
"system" : "url",
"value" : "http://fhir.mn"
},
{
"system" : "email",
"value" : "petur.valdimarsson@chorus.se"
}
]
}
],
"content" : "complete",
"concept" : [
{
"code" : "self",
"display" : "Patient arrived by her/himself"
},
{
"code" : "103",
"display" : "Arrived by an ambulance car"
},
{
"code" : "out",
"display" : "From outpatient department"
},
{
"code" : "hosp",
"display" : "From other hospital"
},
{
"code" : "13A",
"display" : "Arrived with 13A form"
}
]
}