Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DownUnder Medical Center - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "location-max-example",
  "meta" : {
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-location"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-max-example</b></p><a name=\"location-max-example\"> </a><a name=\"hclocation-max-example\"> </a><a name=\"location-max-example-en-US\"> </a><p><b>PMS Version extension</b>: Medtech Artia v1.0</p><p><b>identifier</b>: HPI-O/8003621566684455, ACN/518247535, ABN/12345678901</p><p><b>name</b>: DownUnder Medical Center</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8512-10}\">Orthopaedic service</span></p><p><b>telecom</b>: ph: 555-4321(Home), ph: 555-1234(Work), fax: 021-7890(Work)</p><p><b>address</b>: 3 McGregor Street darlinghurst test residence Sydney NSW 2000 Australia </p></div>"
  },
  "extension" : [
    {
      "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-medtechpms-version",
      "valueString" : "Medtech Artia v1.0"
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpio-status",
          "valueCoding" : {
            "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-status",
            "code" : "A",
            "display" : "Active"
          }
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI",
            "display" : "National Organisation Identifier"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003621566684455"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ACN"
      },
      "system" : "http://hl7.org.au/id/acn",
      "value" : "518247535"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "12345678901"
    }
  ],
  "name" : "DownUnder Medical Center",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code" : "8512-10",
          "display" : "Orthopaedic service"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-4321",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "555-1234",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "021-7890",
      "use" : "work"
    }
  ],
  "address" : {
    "line" : [
      "3 McGregor Street",
      "darlinghurst",
      "test residence"
    ],
    "city" : "Sydney",
    "state" : "NSW",
    "postalCode" : "2000",
    "country" : "Australia"
  }
}