openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: doe-family - XML Representation

Raw xml | Download



<Group xmlns="http://hl7.org/fhir">
  <id value="doe-family"/>
  <meta>
    <profile
             value="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-group"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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">Resource "doe-family" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-openimis-group.html">openIMIS Group</a></p></div><p><b>Poverty Status (Group)</b>: </p><p><b>Poverty Status (Group)</b>: false</p><p><b>Group Type (Group)</b>: Household <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-group-type.html">GroupType</a>#H)</span></p><blockquote><p><b>Confirmation (Group)</b></p><p><b>value</b>: Reg123456</p><p><b>value</b>: Municipality <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-group-confirmation-type.html">Confirmation Types (Group)</a>#B)</span></p></blockquote><p><b>identifier</b>: UUID unique identifier: D30F70DF-D10B-43D4-BF31-5137C118AD82, Unique code: 123456788</p><p><b>active</b>: true</p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: Doe Jane</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-john-doe.html">Patient/john-doe</a> " DOE"</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-jane-doe.html">Patient/jane-doe</a> " DOE"</p></blockquote></div>
  </text>
  <extension
             url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-address">
    <valueAddress>
      <extension
                 url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-location-reference">
        <valueReference>
          <reference value="Location/Jamula-village"/>
        </valueReference>
      </extension>
    </valueAddress>
  </extension>
  <extension
             url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-poverty-status">
    <valueBoolean value="false"/>
  </extension>
  <extension
             url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-type">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/group-type"/>
        <code value="H"/>
        <display value="Household"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-confirmation">
    <extension url="number">
      <valueString value="Reg123456"/>
    </extension>
    <extension url="type">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/group-confirmation-type"/>
          <code value="B"/>
          <display value="Municipality"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
        <code value="UUID"/>
      </coding>
    </type>
    <value value="D30F70DF-D10B-43D4-BF31-5137C118AD82"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
        <code value="Code"/>
      </coding>
    </type>
    <value value="123456788"/>
  </identifier>
  <active value="true"/>
  <type value="person"/>
  <actual value="true"/>
  <name value="Doe Jane"/>
  <quantity value="2"/>
  <member>
    <entity>
      <reference value="Patient/john-doe"/>
    </entity>
  </member>
  <member>
    <entity>
      <reference value="Patient/jane-doe"/>
    </entity>
  </member>
</Group>