Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions
: LocationId for Device - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "LocationID",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/LocationID</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"LocationID-0\"> </a></td><td>Null</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"LocationID-1\"> </a></td><td>Home</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"LocationID-9\"> </a></td><td>Other</td></tr></table></div>"
},
"url" : "https://smart-bear.eu/fhir/CodeSystem/LocationID",
"version" : "0.3.4",
"name" : "LocationID",
"title" : "LocationId for Device",
"status" : "active",
"date" : "2024-04-22T12:34:38+02:00",
"description" : "LocationId for Device",
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "0",
"display" : "Null"
},
{
"code" : "1",
"display" : "Home"
},
{
"code" : "9",
"display" : "Other"
}
]
}