IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Simple Observation SDOH Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="simple-observation-sdoh"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Simple Observation SDOH Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This *IE Core Simple Observation Profile* is a SDOH determination which is not based on any formal assessment tool or survey."/>
    </extension>
    <profile
             value="http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-simple-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation simple-observation-sdoh</b></p><a name="simple-observation-sdoh"> </a><a name="hcsimple-observation-sdoh"> </a><a name="simple-observation-sdoh-en-US"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://iehr.ai/fhir/ie/core/CodeSystem/ie-core-category sdoh}">SDOH</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 160695008}">Transport too expensive</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy V. Baxter  Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>effective</b>: 2021-05-10 21:56:54+0000</p><p><b>performer</b>: <a href="Practitioner-practitioner-1.html">Dr. Ronald Bone</a></p><p><b>value</b>: true</p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://iehr.ai/fhir/ie/core/CodeSystem/ie-core-category"/>
      <code value="sdoh"/>
      <display value="SDOH"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="160695008"/>
      <display value="Transport too expensive"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2021-05-10T21:56:54.671Z"/>
  <performer>🔗 
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr. Ronald Bone"/>
  </performer>
  <valueBoolean value="true"/>
</Observation>