FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | RelatedPerson |
| Id | UKCore-RelatedPerson-JoySmith-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "UKCore-RelatedPerson-JoySmith-Example",
"extension": [
{
"extension": [
{
"url": "PreferredContactMethod",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
"code": "3",
"display": "Telephone"
}
]
}
},
{
"url": "PreferredContactTimes",
"valueTiming": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"dayOfWeek": [
"mon",
"wed",
"fri"
],
"when": [
"AFT"
]
}
}
},
{
"url": "PreferredWrittenCommunicationFormat",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
"code": "11",
"display": "Large print"
}
]
}
}
],
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator",
"valueBoolean": true
}
],
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "WIFE",
"display": "wife"
}
]
}
],
"name": [
{
"use": "official",
"family": "SMITH",
"given": [
"Joy"
]
}
]
}