HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

RelatedPerson-UKCore-RelatedPerson-Example - XML Representation

(back to description)

Raw xml

Source view


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="UKCore-RelatedPerson-Example"/>
  <meta>
    <profile
             value="https://fhir.nhs.uk/R4/StructureDefinition/UKCore-RelatedPerson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-RelatedPerson-Example</p><p><b>meta</b>: </p><p><b>patient</b>: <a href="RelatedPerson-UKCore-RelatedPerson-Example.html">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>relationship</b>: wife <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'WIFE' = 'wife', given as 'wife'})</span></p><p><b>name</b>: Joy SMITH (OFFICIAL)</p></div>
  </text>
  <patient>
    <reference value="Patient/UKCore-Patient-Example"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="WIFE"/>
      <display value="wife"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <family value="SMITH"/>
    <given value="Joy"/>
  </name>
</RelatedPerson>