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 - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "CE234750",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/RelatedPerson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9730906203"
    }
  ],
  "active" : true,
  "patient" : {
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9730906181"
    }
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole",
          "code" : "Carer",
          "display" : "Carer of patient"
        },
        {
          "system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole",
          "code" : "Agent",
          "display" : "Agent of patient"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "NOK",
          "display" : "next of kin"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "LALLY",
      "given" : [
        "Mathew",
        "Gerard"
      ],
      "prefix" : [
        "Mr"
      ],
      "period" : {
        "start" : "2024-02-21"
      }
    }
  ],
  "period" : {
    "start" : "2024-02-21"
  }
}