HL7 Europe Extensions
0.1.1 - trial-use 150

HL7 Europe Extensions, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/extensions/ and changes regularly. See the Directory of published versions

: Condition: example with extensions - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition condition-example</b></p><a name="condition-example"> </a><a name="hccondition-example"> </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://snomed.info/sct 431855005}">Chronic kidney disease stage 1</span></p><p><b>subject</b>: Nice Patient</p><p><b>onset</b>: 40 a<span style="background: LightGoldenRodYellow"> (Details: UCUM  codea = 'a')</span></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="431855005"/>
      <display value="Chronic kidney disease stage 1"/>
    </coding>
  </code>
  <subject>
    <display value="Nice Patient"/>
  </subject>
  <onsetAge>
    <extension
               url="http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="41847000"/>
          <display value="Adulthood"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <value value="40"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="a"/>
  </onsetAge>
</Condition>