HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-location - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "example-location",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-08-25T03:03:20.191+08:00",
    "source" : "http://provider.hie.moh.gov.my#q28ggzZtZu141ZN6",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Location-my-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-location</b></p><a name=\"example-location\"> </a><a name=\"hcexample-location\"> </a><a name=\"example-location-en-US\"> </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\">version: 2; Last updated: 2022-08-25 03:03:20+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#q28ggzZtZu141ZN6\">http://provider.hie.moh.gov.my#q28ggzZtZu141ZN6</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Location-my-core.html\">Location (MY Core)</a></p></div><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: <a href=\"PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba/_history/1\">Saifuldaulah</a></li><li>recordedDate: 2022-08-10 00:11:35+0000</li><li>lastUpdater: <a href=\"PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba/_history/1\">Saifuldaulah</a></li></ul></blockquote><p><b>identifier</b>: 11-05060009-000020</p><p><b>status</b>: Active</p><p><b>name</b>: Ward 1A</p><p><b>alias</b>: W-1A</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-type-my-core IMP}\">Inpatient</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization/11-05060009\">HOSPITAL TUANKU JA'AFAR, SEREMBAN</a></p><p><b>partOf</b>: <a href=\"Location/8d988a14-4e08-4b57-a6d2-323218dcb76e\">Main Building</a></p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "recorder",
          "valueReference" : {
            "reference" : "PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba/_history/1",
            "display" : "Saifuldaulah"
          }
        },
        {
          "url" : "recordedDate",
          "valueDateTime" : "2022-08-10T00:11:35.876Z"
        },
        {
          "url" : "lastUpdater",
          "valueReference" : {
            "reference" : "PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba/_history/1",
            "display" : "Saifuldaulah"
          }
        }
      ],
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"
    }
  ],
  "identifier" : [
    {
      "value" : "11-05060009-000020"
    }
  ],
  "status" : "active",
  "name" : "Ward 1A",
  "alias" : [
    "W-1A"
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/location-type-my-core",
          "code" : "IMP",
          "display" : "Inpatient"
        }
      ]
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "version" : "4.0.1",
        "code" : "bu",
        "display" : "Building"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/11-05060009",
    "display" : "HOSPITAL TUANKU JA'AFAR, SEREMBAN"
  },
  "partOf" : {
    "reference" : "Location/8d988a14-4e08-4b57-a6d2-323218dcb76e",
    "display" : "Main Building"
  }
}