Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Condition-uti-es-02

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Condition xmlns="http://hl7.org/fhir">
  <id value="uti-es-02"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="uti-es-02"> </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 Condition &quot;uti-es-02&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dh-condition-core-1.html">ADHA Core Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item)</span></p><p><b>code</b>: Urinary tract infection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#68566005)</span></p><p><b>subject</b>: <a href="Patient-mhr-zhang-wei.html">Patient/mhr-zhang-wei</a> &quot; ZHANG&quot;</p><p><b>encounter</b>: <a href="Encounter-es-02.html">Encounter/es-02</a></p><p><b>onset</b>: 2020-05-10</p><p><b>recorder</b>: <a href="PractitionerRole-algrester-greg-gp.html">PractitionerRole/algrester-greg-gp</a></p><p><b>asserter</b>: <a href="PractitionerRole-algrester-greg-gp.html">PractitionerRole/algrester-greg-gp</a></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="68566005"/>
      <display value="Urinary tract infection"/>
    </coding>
  </code>
  <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>
  <encounter>
    <reference value="Encounter/es-02"/>
  </encounter>
  <onsetDateTime value="2020-05-10"/>
  <recorder>
    <reference value="PractitionerRole/algrester-greg-gp"/>
  </recorder>
  <asserter>
    <reference value="PractitionerRole/algrester-greg-gp"/>
  </asserter>
</Condition>