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

: location-search-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "location-search-bundle-example",
  "meta" : {
    "lastUpdated" : "2024-02-14T00:16:24.960+13:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-search-bundle"
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://alexapi.medtechglobal.com.au/fhir/Location?_id=location1"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://alexapi.medtechglobal.com.au/fhir/Location/location1",
      "resource" : {
        "resourceType" : "Location",
        "id" : "location1",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_location1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location location1</b></p><a name=\"location1\"> </a><a name=\"hclocation1\"> </a><a name=\"location1-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"
        }
      }
    }
  ]
}