: Example of Admission Room Location within an Organization - JSON Representation
Raw json | Download
{
"resourceType" : "Location",
"id" : "9c7cd171-6575-42a3-82d9-82aa5498b34c",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-location-admission"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"9c7cd171-6575-42a3-82d9-82aa5498b34c\"> </a></p><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\">Resource Location "9c7cd171-6575-42a3-82d9-82aa5498b34c" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-location-admission.html\">MR Location Admission</a></p></div><p><b>identifier</b>: <code>https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34</code>/R001</p><p><b>status</b>: active</p><p><b>name</b>: Lounge Room</p><p><b>description</b>: Lounge Room 1</p><p><b>mode</b>: instance</p><p><b>physicalType</b>: Room <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-location-physical-type.html\">Location type</a>#ro)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34</a> "Practice FHIR"</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34",
"value" : "R001"
}
],
"status" : "active",
"name" : "Lounge Room",
"description" : "Lounge Room 1",
"mode" : "instance",
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "ro",
"display" : "Room"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34"
}
}