Pipeline Test IG - Belgian SNOMED Content
0.1.0 - STU1 Belgium flag

Pipeline Test IG - Belgian SNOMED Content, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pipeline-test/ and changes regularly. See the Directory of published versions

: Example Condition - Hypertension (French) - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="ExampleConditionHypertensionFR"/>
  <language value="fr-BE"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-BE" lang="fr-BE"><p class="res-header-id"><b>Generated Narrative: Condition ExampleConditionHypertensionFR</b></p><a name="ExampleConditionHypertensionFR"> </a><a name="hcExampleConditionHypertensionFR"> </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">Language: fr-BE</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 38341003}">Trouble hypertensif</span></p><p><b>subject</b>: <a href="Patient-ExampleBelgianPatientFrench.html">Marie Lemaire  Female, DoB: 1992-08-23 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#98765432109)</a></p><p><b>recordedDate</b>: 2023-11-05</p><p><b>note</b>: </p><blockquote><div><p>Patiente diagnostiquee avec hypertension arterielle lors d'un examen de routine.</p>
</div></blockquote></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://snomed.info/sct"/>
      <code value="38341003"/>
      <display value="Hypertensive disorder"/>
    </coding>
    <text value="Trouble hypertensif"/>
  </code>
  <subject>🔗 
    <reference value="Patient/ExampleBelgianPatientFrench"/>
  </subject>
  <recordedDate value="2023-11-05"/>
  <note>
    <text
          value="Patiente diagnostiquee avec hypertension arterielle lors d'un examen de routine."/>
  </note>
</Condition>