SDOH Clinical Care
0.1.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: John's Pantry Example - XML Representation

Raw xml | Download



<Group xmlns="http://hl7.org/fhir">
  <id value="R101"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2020-12-02T15:26:02.113+00:00"/>
    <source value="#dNfkbaAMYOAELG3T"/>
    <profile
             value="http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Group"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title="Codes: ">Referred to John's Pantry</span></p><p><b>name</b>: John's Pantry</p><p><b>quantity</b>: 25</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title="Codes: ">ServiceRequest organization</span></p><p><b>value</b>: <span title="Codes: ">Request service</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title="Codes: ">owner</span></p><p><b>value</b>: <span title="Codes: ">ABC Medical Group</span></p><p><b>exclude</b>: false</p></blockquote></div>
  </text>
  <type value="person"/>
  <actual value="true"/>
  <code>
    <text value="Referred to John&#39;s Pantry"/>
  </code>
  <name value="John&#39;s Pantry"/>
  <quantity value="25"/>
  <characteristic>
    <code>
      <text value="ServiceRequest organization"/>
    </code>
    <valueCodeableConcept>
      <text value="Request service"/>
    </valueCodeableConcept>
    <exclude value="false"/>
  </characteristic>
  <characteristic>
    <code>
      <text value="owner"/>
    </code>
    <valueCodeableConcept>
      <text value="ABC Medical Group"/>
    </valueCodeableConcept>
    <exclude value="false"/>
  </characteristic>
</Group>