FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeRelatedPerson
IdREL01 - RelatedPerson - Next of Kin.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "RelatedPerson",
  "id": "b7494ac0-dd23-4ec5-8ff7-132c43c30e53",
  "patient": {
    "reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code": "N",
          "display": "Next-of-Kin"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Peter",
      "given": [
        "Frend"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "07990330033",
      "use": "mobile"
    }
  ],
  "gender": "male"
}