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

: Follow-Up Encounter for Mr Zhang Wei (2020) - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="es-02"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU">
            <p>ZHANG Wei; MC = 29533070311; IHI = 8003608000228437; gender = male</p>
            <p>Patient presented for follow-up with urinary tract infection on 30
                May.</p>
            <p>Complaining of frequent and painful urinating. Midstream urine test was
                done and revealed urinary infection.</p>
            <p>Culture and sensitivity test discovered escherichia coli sensitive to
                Bactrim.</p>
            <p>Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one
                tablet 4 times a day.</p>
            <p>Patient has no allergies.</p>
        </div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/encounter-description">
    <valueString
                 value="Patient presented for follow-up with urinary tract infection on 30 May. Complaining of frequent and painful urinating.              Midstream urine test was done and revealed urinary infection. Culture and sensitivity test discovered escherichia coli sensitive to Bactrim.             Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one tablet 4 times a day. Patient has no allergies."/>
  </extension>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="390906007"/>
      <display value="Follow-up encounter"/>
    </coding>
  </type>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="700232004"/>
      <display value="General medical service"/>
    </coding>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/mhr-zhang-wei"/>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="NI"/>
          <display value="National unique individual identifier"/>
        </coding>
        <text value="IHI"/>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608000228437"/>
    </identifier>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <individual>🔗 
      <reference value="PractitionerRole/algrester-greg-gp"/>
    </individual>
  </participant>
  <period>
    <start value="2020-05-30T09:00:00+10:00"/>
    <end value="2020-05-30T09:30:00+10:00"/>
  </period>
</Encounter>