MyHealth@EU Core
1.0.0 - trial-use 150

This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Condition: example - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="c3d4e5f6-a7b8-9012-cdef-123456789012"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/core/StructureDefinition/condition-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Type 2 diabetes mellitus - John Doe</div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="E11"/>
      <display value="Type 2 diabetes mellitus"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <onsetDateTime value="2015-06-01"/>
  <recordedDate value="2015-06-15"/>
  <recorder>🔗 
    <reference value="Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"/>
  </recorder>
</Condition>