Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build
Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "atrius-in-bed-example",
"meta" : {
"profile" : [
🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-location-bed"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location atrius-in-bed-example</b></p><a name=\"atrius-in-bed-example\"> </a><a name=\"hcatrius-in-bed-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-location-bed.html\">Atrius India Core Bed Location</a></p></div><p><b>status</b>: Active</p><p><b>operationalStatus</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0116.html#v2-0116-U\">bedStatus: U</a> (Unoccupied)</p><p><b>name</b>: Medical Ward A — Bed 1</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://atrius.in/fhir/CodeSystem/atrius-bed-category general}\">General ward</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></p><p><b>managingOrganization</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p><p><b>partOf</b>: <a href=\"Location-atrius-in-ward-example.html\">Location Medical Ward A</a></p></div>"
},
"status" : "active",
"operationalStatus" : {
"system" : "http://terminology.hl7.org/CodeSystem/v2-0116",
"code" : "U",
"display" : "Unoccupied"
},
"name" : "Medical Ward A — Bed 1",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "https://atrius.in/fhir/CodeSystem/atrius-bed-category",
"code" : "general",
"display" : "General ward"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bd",
"display" : "Bed"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/atrius-in-organization-example"
},
"partOf" : {
🔗 "reference" : "Location/atrius-in-ward-example"
}
}