MediRecords FHIR Implementation Guide
1.4.1 - 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 class=\"res-header-id\"><b>Generated Narrative: Location 094e3a90-4eb7-4921-9727-20078b3a74ca</b></p><a name=\"094e3a90-4eb7-4921-9727-20078b3a74ca\"> </a><a name=\"hc094e3a90-4eb7-4921-9727-20078b3a74ca\"> </a><a name=\"094e3a90-4eb7-4921-9727-20078b3a74ca-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34</code>/W001</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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode ETU}\">Emergency</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization Practice FHIR</a></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"
  }
}