AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: HealthcareService - Bobrester Medical Centre - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "bobrester-medical-center",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"bobrester-medical-center\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService &quot;bobrester-medical-center&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-healthcareservice.html\">AU Core HealthcareService</a></p></div><p><b>identifier</b>: HPI-O:\u00a08003621566684455</p><p><b>providedBy</b>: <a href=\"Organization-bobrester-medical-center.html\">Organization/bobrester-medical-center</a> &quot;Bobrester Medical Center&quot;</p><p><b>type</b>: General practice service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#788007007)</span>, COVID-19 vaccination service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1575161000168105)</span>, Immunisation service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1238911000168108)</span></p><p><b>location</b>: <a href=\"Location-bobrester-medical-center.html\">Location/bobrester-medical-center</a> &quot;Tindal Building&quot;</p><p><b>name</b>: Bobrester Medical Centre</p><p><b>telecom</b>: <a href=\"mailto:info@bobrestermedical.example.com\">info@bobrestermedical.example.com</a>, ph: (07) 5550 2427(WORK)</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" : "8003621566684455"
    }
  ],
  "providedBy" : {
    🔗 "reference" : "Organization/bobrester-medical-center"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "788007007",
          "display" : "General practice service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1575161000168105",
          "display" : "COVID-19 vaccination service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1238911000168108",
          "display" : "Immunisation service"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/bobrester-medical-center"
    }
  ],
  "name" : "Bobrester Medical Centre",
  "telecom" : [
    {
      "system" : "email",
      "value" : "info@bobrestermedical.example.com",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(07) 5550 2427",
      "use" : "work"
    }
  ]
}