FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | RelatedPerson |
| Id | NationalProxy-RelatedPerson-91000000009-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "NationalProxy-RelatedPerson-91000000009-Example",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "91000000009"
}
],
"active": false,
"patient": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000017"
},
"display": "Jane Marie Anne Smith"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "NMTH",
"display": "natural mother"
}
],
"text": "Natural Mother"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Jayne"
]
}
],
"birthDate": "1916-12-05"
}