MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of Admission Ward Location - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "094e3a90-4eb7-4921-9727-20078b3a74ca",
  "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=\"094e3a90-4eb7-4921-9727-20078b3a74ca\"> </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 &quot;094e3a90-4eb7-4921-9727-20078b3a74ca&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-location-admission.html\">MediRecords Admission Location</a></p></div><p><b>identifier</b>: id:\u00a0W001</p><p><b>status</b>: active</p><p><b>name</b>: Emergency Ward</p><p><b>description</b>: Main Emergency Ward</p><p><b>mode</b>: instance</p><p><b>type</b>: Emergency <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#ETU &quot;Emergency trauma unit&quot;)</span></p><p><b>physicalType</b>: Ward <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html\">Location type</a>#wa)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34</a> &quot;Practice FHIR&quot;</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34",
      "value" : "W001"
    }
  ],
  "status" : "active",
  "name" : "Emergency Ward",
  "description" : "Main Emergency Ward",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "ETU",
          "display" : "Emergency trauma unit"
        }
      ],
      "text" : "Emergency"
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "wa",
        "display" : "Ward"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34"
  }
}