Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR R4 Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Example - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="CE234750"/>
  <meta>
    <profile
             value="https://fhir.virtually.healthcare/StructureDefinition/RelatedPerson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson CE234750</b></p><a name="CE234750"> </a><a name="hcCE234750"> </a><a name="CE234750-en-GB"> </a><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9730906203</p><p><b>active</b>: true</p><p><b>patient</b>: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9730906181</p><p><b>relationship</b>: <span title="Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole Carer}, {https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole Agent}, {http://terminology.hl7.org/CodeSystem/v3-RoleCode NOK}">Carer of patient</span></p><p><b>name</b>: Mathew Gerard LALLY </p><p><b>period</b>: 2024-02-21 --&gt; (ongoing)</p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/nhs-number"/>
    <value value="9730906203"/>
  </identifier>
  <active value="true"/>
  <patient>
    <identifier>
      <system value="https://fhir.nhs.uk/Id/nhs-number"/>
      <value value="9730906181"/>
    </identifier>
  </patient>
  <relationship>
    <coding>
      <system
              value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/>
      <code value="Carer"/>
      <display value="Carer of patient"/>
    </coding>
    <coding>
      <system
              value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/>
      <code value="Agent"/>
      <display value="Agent of patient"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="NOK"/>
      <display value="next of kin"/>
    </coding>
  </relationship>
  <name>
    <use value="usual"/>
    <family value="LALLY"/>
    <given value="Mathew"/>
    <given value="Gerard"/>
    <prefix value="Mr"/>
    <period>
      <start value="2024-02-21"/>
    </period>
  </name>
  <period>
    <start value="2024-02-21"/>
  </period>
</RelatedPerson>