0.1.0 - ci-build International flag

JohnMoehrkeTestCore, published by John Moehrke (himself). 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/JohnMoehrke/testCore/ and changes regularly. See the Directory of published versions

: Example 1 of a condition - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="ex-condition-1"/>
  <meta>
    <lastUpdated value="1995-09-27T00:00:00Z"/>
    <profile
             value="http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition ex-condition-1</b></p><a name="ex-condition-1"> </a><a name="hcex-condition-1"> </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">Last updated: 1995-09-27 00:00:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-JFM.condition.html">JFM problems</a></p></div><p><b>identifier</b>: <code>https://example.org/ProblemTO.id</code>/487 (use: usual, )</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 unconfirmed}">Unconfirmed</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-9-cm 401.9}">Hypertension (ICD-9-CM 401.9)</span></p><p><b>subject</b>: <a href="Patient-ex-patient.html">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>recordedDate</b>: 1995-09-27</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="https://example.org/ProblemTO.id"/>
    <value value="487"/>
  </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="unconfirmed"/>
    </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://hl7.org/fhir/sid/icd-9-cm"/>
      <code value="401.9"/>
    </coding>
    <text value="Hypertension (ICD-9-CM 401.9)"/>
  </code>
  <subject>🔗 
    <reference value="Patient/ex-patient"/>
  </subject>
  <recordedDate value="1995-09-27"/>
</Condition>