FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | FamilyMemberHistory |
| Id | UKCore-FamilyMemberHistory-Extension-AssociatedEncounter-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "FamilyMemberHistory",
"id": "UKCore-FamilyMemberHistory-Extension-AssociatedEncounter-Example",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter",
"valueReference": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
}
}
],
"status": "partial",
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example",
"display": "Richard Smith"
},
"date": "2023-05-09",
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH",
"display": "father"
}
]
},
"sex": {
"coding": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"code": "male",
"display": "Male"
}
]
},
"bornDate": "1949-12-13",
"condition": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275121006",
"display": "Family history: Angina"
}
]
},
"onsetAge": {
"value": 64,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}