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 - Bilateral Bunions - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="CarlFredericksonBunions"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition CarlFredericksonBunions</b></p><a name="CarlFredericksonBunions"> </a><a name="hcCarlFredericksonBunions"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/condition-identifier</code>/BUNIONS-12347</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-cm M20.10}, {http://snomed.info/sct 415692008}">Bunions, bilateral</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="BUNIONS-12347"/>
  </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-cm"/>
      <code value="M20.10"/>
      <display value="Hallux valgus (acquired), unspecified foot"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="415692008"/>
      <display
               value="Swelling of first metatarsophalangeal joint of hallux (disorder)"/>
    </coding>
    <text value="Bunions, bilateral"/>
  </code>
  <subject>
    <reference value="urn:uuid:CarlFrederickson"/>
  </subject>
</Condition>