My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: Condition (EDS) - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-eds-max-01"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-mcv-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition condition-eds-max-01</b></p><a name="condition-eds-max-01"> </a><a name="hccondition-eds-max-01"> </a><a name="condition-eds-max-01-en-AU"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}">Resolved</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span>, <span title="Codes:">Principal diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 76581006}">Cholecystitis</span></p><p><b>subject</b>: <a href="Patient-broadway-mike.html">Mike Broadway  Male, DoB: 1967-04-12 ( IHI: Austalian Healthcare Identifier - Individual#8003608166895854)</a></p><p><b>onset</b>: 2017-03-30</p><p><b>abatement</b>: 2017-04-05</p><p><b>recordedDate</b>: 2018-02-25 11:59:54+1000</p><p><b>note</b>: Acute cholecystitis caused by gallstones.</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="resolved"/>
      <display value="Resolved"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <category>
    <text value="Principal diagnosis"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="76581006"/>
      <display value="Cholecystitis"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/broadway-mike"/>
  </subject>
  <onsetDateTime value="2017-03-30"/>
  <abatementDateTime value="2017-04-05"/>
  <recordedDate value="2018-02-25T11:59:54+10:00"/>
  <note>
    <text value="Acute cholecystitis caused by gallstones."/>
  </note>
</Condition>