HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-condition-ed - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="example-condition-ed"/>
  <meta>
    <source value="http://provider.hie.moh.gov.my"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition example-condition-ed</b></p><a name="example-condition-ed"> </a><a name="hcexample-condition-ed"> </a><a name="example-condition-ed-en-US"> </a><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"/><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my">http://provider.hie.moh.gov.my</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Condition-my-core.html">Condition (MY Core)</a></p></div><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>lastUpdater: LIANA</li></ul></blockquote><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://id.who.int/icd/release/11/mms 1D47}">Yellow fever</span></p><p><b>subject</b>: <a href="Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749">Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749</a></p><p><b>encounter</b>: <a href="Encounter/d3162b1f-8a23-46ec-a881-b2c02f63014e">Encounter/d3162b1f-8a23-46ec-a881-b2c02f63014e</a></p><p><b>recordedDate</b>: 2023-09-18 15:25:00+0800</p><p><b>recorder</b>: LIANA</p></div>
  </text>
  <extension
             url="http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core">
    <extension url="lastUpdater">
      <valueReference>
        <display value="LIANA"/>
      </valueReference>
    </extension>
  </extension>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="encounter-diagnosis"/>
      <display value="Encounter Diagnosis"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://id.who.int/icd/release/11/mms"/>
      <code value="1D47"/>
      <display value="Yellow fever"/>
    </coding>
    <text value="Yellow fever"/>
  </code>
  <subject>
    <reference value="Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749"/>
  </subject>
  <encounter>
    <reference value="Encounter/d3162b1f-8a23-46ec-a881-b2c02f63014e"/>
  </encounter>
  <recordedDate value="2023-09-18T15:25:00.000+08:00"/>
  <recorder>
    <display value="LIANA"/>
  </recorder>
</Condition>