AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

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

: Condition - Acute myocardial infarction of anterior wall - XML Representation

Page standards status: Informative

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <!--   Example adapted from International Patient Summary Implementation Guide eumfh-39-07-1   -->
  <id value="aci"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="aci"> </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;aci&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-condition.html">AU 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.3.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item; <a href="https://loinc.org/">LOINC</a>#75326-9)</span></p><p><b>code</b>: Acute myocardial infarction of anterior wall <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#54329005; <a href="http://terminology.hl7.org/5.3.0/CodeSystem-ICD11MMS.html">International Classification of Diseases, 11th Revision Mortality and Morbidity Statistics (MMS)</a>#BA41.Z&amp;XA7RE3 &quot;Acute myocardial infarction, unspecified [Anterior wall of heart]&quot;)</span></p><p><b>subject</b>: <a href="Patient-wang-li.html">Patient/wang-li</a> &quot; WANG&quot;</p><p><b>onset</b>: 2014</p><p><b>asserter</b>: <a href="Practitioner-bobrester-bob.html">Practitioner/bobrester-bob</a> &quot; BOBRESTER&quot;</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="75326-9"/>
      <display value="Problem"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="54329005"/>
      <display value="Acute myocardial infarction of anterior wall"/>
    </coding>
    <coding>
      <system value="http://id.who.int/icd/release/11/mms"/>
      <code value="BA41.Z&amp;XA7RE3"/>
      <display
               value="Acute myocardial infarction, unspecified [Anterior wall of heart]"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/wang-li"/>
  </subject>
  <onsetDateTime value="2014"/>
  <asserter>🔗 
    <reference value="Practitioner/bobrester-bob"/>
  </asserter>
</Condition>