0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Condition - Essential Hypertension - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="CarlFredericksonHTN"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition CarlFredericksonHTN</b></p><a name="CarlFredericksonHTN"> </a><a name="hcCarlFredericksonHTN"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/condition-identifier</code>/HTN-12346</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</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://hl7.org/fhir/sid/icd-10 I10}, {http://snomed.info/sct 59621000}">Essential hypertension</span></p><p><b>subject</b>: <code>urn:uuid:CarlFrederickson</code></p></div>
  </text>
  <identifier>
    <system value="http://shift.github.io/demo/condition-identifier"/>
    <value value="HTN-12346"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <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="I10"/>
      <display value="Essential (primary) hypertension"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="59621000"/>
      <display value="Essential hypertension (disorder)"/>
    </coding>
    <text value="Essential hypertension"/>
  </code>
  <subject>
    <reference value="urn:uuid:CarlFrederickson"/>
  </subject>
</Condition>