John Moehrke Correction Example
0.1.0 - ci-build International flag

John Moehrke Correction Example, published by John Moehrke (Moehrke Research LLC). 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/correction/ and changes regularly. See the Directory of published versions

: Food Allergy Observation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ex-observation-food"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ex-observation-food</b></p><a name="ex-observation-food"> </a><a name="hcex-observation-food"> </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"/><p style="margin-bottom: 0px">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: <code>http://example.org/observation-identifiers</code>/obs-food-allergy-001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category symptom}">Allergy</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 48765-2}">Allergy to food</span></p><p><b>subject</b>: <a href="http://example.org/Patient/ex-patient">http://example.org/Patient/ex-patient</a></p><p><b>effective</b>: 2023-01-15 10:00:00+0000</p><p><b>performer</b>: <a href="http://example.org/Practitioner/ex-practitioner">http://example.org/Practitioner/ex-practitioner</a></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 235719002}">Allergy to peanuts</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation A}">Abnormal</span></p><p><b>note</b>: </p><blockquote><div><p>Patient has a known allergy to peanuts. Avoid all peanut-containing products.</p>
</div></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.org/observation-identifiers"/>
    <value value="obs-food-allergy-001"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="symptom"/>
    </coding>
    <text value="Allergy"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="48765-2"/>
    </coding>
    <text value="Allergy to food"/>
  </code>
  <subject>
    <reference value="http://example.org/Patient/ex-patient"/>
  </subject>
  <effectiveDateTime value="2023-01-15T10:00:00Z"/>
  <performer>
    <reference value="http://example.org/Practitioner/ex-practitioner"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="235719002"/>
    </coding>
    <text value="Allergy to peanuts"/>
  </valueCodeableConcept>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="A"/>
    </coding>
    <text value="Abnormal"/>
  </interpretation>
  <note>
    <text
          value="Patient has a known allergy to peanuts. Avoid all peanut-containing products."/>
  </note>
</Observation>