SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. 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/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Condition - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="c64139e7-f02d-409c-bf34-75e8bf23bc89"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition c64139e7-f02d-409c-bf34-75e8bf23bc89</b></p><a name="c64139e7-f02d-409c-bf34-75e8bf23bc89"> </a><a name="hcc64139e7-f02d-409c-bf34-75e8bf23bc89"> </a><a name="c64139e7-f02d-409c-bf34-75e8bf23bc89-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.2.3.999</code>/c87bf51c-e53c-4bfe-b8b7-aa62bdd93002</p><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://loinc.org 75326-9}">Problem</span></p><p><b>severity</b>: <span title="Codes:{http://loinc.org LA6751-7}">Moderate</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 198436008}, {http://hl7.org/fhir/sid/icd-10 N95.1}">Menopausal flushing (finding)</span></p><p><b>subject</b>: <a href="Bundle-ExampleIPS.html#urn-uuid-2b90dd2b-2dab-4c75-9bb9-a355e07401e8">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#175bd032-8b00-4728-b2dc-748bb1501aed; type = document; timestamp = 2024-02-11 11:32:00+0100</a></p><p><b>onset</b>: 2015</p><p><b>recordedDate</b>: 2016-10</p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.3.999"/>
    <value value="c87bf51c-e53c-4bfe-b8b7-aa62bdd93002"/>
  </identifier>
  <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://loinc.org"/>
      <code value="75326-9"/>
      <display value="Problem"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LA6751-7"/>
      <display value="Moderate"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="198436008"/>
      <display value="Menopausal flushing (finding)">
        <extension url="http://hl7.org/fhir/StructureDefinition/translation">
          <extension url="lang">
            <valueCode value="nl-NL"/>
          </extension>
          <extension url="content">
            <valueString value="opvliegers"/>
          </extension>
        </extension>
      </display>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="N95.1"/>
      <display value="Menopausal and female climacteric states"/>
    </coding>
  </code>
  <subject>
    <reference value="urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8"/>
  </subject>
  <onsetDateTime value="2015"/>
  <recordedDate value="2016-10"/>
</Condition>