IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation that hasn't been performed, with data absent reason - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-not-performed"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation </b><a name="observation-not-performed"> </a><a name="hcobservation-not-performed"> </a></p><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">ResourceObservation &quot;observation-not-performed&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-il-core-observation.html">ILCore Observation Profile</a></p></div><p><b>status</b>: unknown</p><p><b>code</b>: Acyclovir [Susceptibility] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#1-8)</span></p><p><b>dataAbsentReason</b>: not performed medical reason <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-il-core-not-performed-reason.html">IL Core Not Perfomed Reasons</a>#not-performed-medical-reason; <a href="http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html">DataAbsentReason</a>#not-performed &quot;Not Performed&quot;)</span></p></div>
  </text>
  <status value="unknown"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="1-8"/>
      <display value="Acyclovir [Susceptibility]"/>
    </coding>
  </code>
  <dataAbsentReason>
    <coding>
      <system
              value="http://fhir.health.gov.il/cs/il-core-not-performed-reason"/>
      <code value="not-performed-medical-reason"/>
      <display value="not performed medical reason"/>
    </coding>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <code value="not-performed"/>
      <display value="Not Performed"/>
    </coding>
  </dataAbsentReason>
</Observation>