Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Top End Medical Clinic - XML Representation

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="topend-medical-clinic"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService topend-medical-clinic</b></p><a name="topend-medical-clinic"> </a><a name="hctopend-medical-clinic"> </a><a name="topend-medical-clinic-en-AU"> </a><p><b>identifier</b>: HPI-O/8003621566684455</p><p><b>providedBy</b>: <a href="Organization-topend-medical-clinic.html">Organization Top End Medical Clinic</a></p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 788007007}">General practice service</span>, <span title="Codes:{http://snomed.info/sct 1238911000168108}">Immunisation service</span>, <span title="Codes:{http://snomed.info/sct 1575161000168105}">COVID-19 vaccination service</span></p><p><b>name</b>: Top End Medical Clinic</p><p><b>telecom</b>: ph: (08) 8423 9999(Work), <a href="mailto:admin@topendmedicalclinic.example.com.au">admin@topendmedicalclinic.example.com.au</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
      </coding>
      <text value="HPI-O"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
    <value value="8003621566684455"/>
  </identifier>
  <providedBy>🔗 
    <reference value="Organization/topend-medical-clinic"/>
  </providedBy>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="788007007"/>
      <display value="General practice service"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1238911000168108"/>
      <display value="Immunisation service"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1575161000168105"/>
      <display value="COVID-19 vaccination service"/>
    </coding>
  </type>
  <!-- <location>
        <reference value="Location/topend-medical-clinic"/>
    </location> -->
  <name value="Top End Medical Clinic"/>
  <telecom>
    <system value="phone"/>
    <value value="(08) 8423 9999"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="admin@topendmedicalclinic.example.com.au"/>
    <use value="work"/>
  </telecom>
</HealthcareService>