German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Condition Diabetes mellitus Typ 2 - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="example-condition-dm2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition example-condition-dm2</b></p><a name="example-condition-dm2"> </a><a name="hcexample-condition-dm2"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>code</b>: <span title="Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm E11.90}">Diabetes mellitus, Typ 2: Ohne Komplikationen, nicht als entgleist bezeichnet</span></p><p><b>subject</b>: <a href="Patient-example-patient-hzv.html">Max Mustermann  Male, DoB: 1970-05-15</a></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <code>
    <coding>
      <system value="http://fhir.de/CodeSystem/bfarm/icd-10-gm"/>
      <code value="E11.90"/>
      <display
               value="Diabetes mellitus, Typ 2: Ohne Komplikationen, nicht als entgleist bezeichnet"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient-hzv"/>
  </subject>
</Condition>