AU Core Implementation Guide
0.5.0-ci-build - CI Build Australia flag

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

: Organization - Bobrester Medical Centre - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "bobrester-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 bobrester-medical-center</b></p><a name=\"bobrester-medical-center\"> </a><a name=\"hcbobrester-medical-center\"> </a><a name=\"hcbobrester-medical-center-en-AU\"> </a><p><b>identifier</b>: ABN/12345678901</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Center</span></p><p><b>name</b>: Bobrester Medical Center</p><p><b>telecom</b>: <a href=\"mailto:info@bobrestermedical.example.com\">info@bobrestermedical.example.com</a>, ph: (07) 5550 2427(Work)</p><p><b>address</b>: 87 Western Esp Tindal RAAF QLD 4655 AU </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "12345678901"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "288565001",
          "display" : "Medical centre"
        }
      ],
      "text" : "Medical Center"
    }
  ],
  "name" : "Bobrester Medical Center",
  "telecom" : [
    {
      "system" : "email",
      "value" : "info@bobrestermedical.example.com",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(07) 5550 2427",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "87 Western Esp"
      ],
      "city" : "Tindal RAAF",
      "state" : "QLD",
      "postalCode" : "4655",
      "country" : "AU"
    }
  ]
}