FHIR IG analytics| Package | uk.nhsdigital.bars.r4 |
| Resource Type | RelatedPerson |
| Id | REL01 - RelatedPerson - Next of Kin.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}