FHIR IG analytics| Package | ca.on.oh-erec |
| Resource Type | FamilyMemberHistory |
| Id | familymemberhistory-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "FamilyMemberHistory",
"id": "556a809e-5809-4ab6-ae7f-9a77724ecb19",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-FamilyMemberHistory|1.1.0"
]
},
"status": "completed",
"patient": {
"reference": "Patient/100",
"display": "Daisy Smith"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH",
"display": "father"
}
]
},
"condition": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371041009",
"display": "Embolic Stroke"
}
],
"text": "Stroke"
},
"onsetAge": {
"value": 60,
"unit": "yr",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}