AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: Organization - Elimbah Medical Centre - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "elimbah-medical-centre",
  "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-centre</b></p><a name=\"elimbah-medical-centre\"> </a><a name=\"hcelimbah-medical-centre\"> </a><a name=\"elimbah-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900040359, ABN/81195054644</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8511}, {http://snomed.info/sct 700232004}\">General medical practitioner service</span></p><p><b>name</b>: Elimbah Medical Centre</p><p><b>telecom</b>: ph: 0755503997(Work), <a href=\"mailto:info@elimbahmedicalcentre.example.com.au\">info@elimbahmedicalcentre.example.com.au</a></p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003629900040359"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "81195054644"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code" : "8511",
          "display" : "General Practice"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "700232004",
          "display" : "General medical service"
        }
      ],
      "text" : "General medical practitioner service"
    }
  ],
  "name" : "Elimbah Medical Centre",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0755503997",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@elimbahmedicalcentre.example.com.au"
    }
  ],
  "address" : [
    {
      "line" : [
        "199 Copper Esp"
      ],
      "city" : "Elimbah",
      "state" : "QLD",
      "postalCode" : "4516"
    }
  ]
}