AU eRequesting Implementation Guide
0.1.0-ballot - Ballot Australia flag

This page is part of the AU eRequesting (v0.1.0-ballot: AU eRequesting R1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Organization - Elimbah Medical Center - JSON Representation

Page standards status: Informative

Raw json | Download


//  Compliant with Services Australia Test Data 
{
  "resourceType" : "Organization",
  "id" : "elimbah-medical-center",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization elimbah-medical-center</b></p><a name=\"elimbah-medical-center\"> </a><a name=\"hcelimbah-medical-center\"> </a><a name=\"elimbah-medical-center-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900040359</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Center</span></p><p><b>name</b>: Elimbah Medical Center</p><p><b>telecom</b>: <a href=\"mailto:info@elimbahmedicalcentre.example.com.au\">info@elimbahmedicalcentre.example.com.au</a>, ph: (07)555 03997(Work)</p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 AU </p></div>"
  },
  "identifier" : [
    {
      "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" : "8003629900040359"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "288565001",
          "display" : "Medical centre"
        }
      ],
      "text" : "Medical Center"
    }
  ],
  "name" : "Elimbah Medical Center",
  "telecom" : [
    {
      "system" : "email",
      "value" : "info@elimbahmedicalcentre.example.com.au",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(07)555 03997",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "199 Copper Esp"
      ],
      "city" : "Elimbah",
      "state" : "QLD",
      "postalCode" : "4516",
      "country" : "AU"
    }
  ]
}