FHIR IG analytics| Package | myhie.v4 |
| Resource Type | FamilyMemberHistory |
| Id | example-familymemberhistory.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "FamilyMemberHistory",
"id": "example-familymemberhistory",
"meta": {
"versionId": "1",
"lastUpdated": "2022-08-09T07:07:57.920+08:00",
"source": "http://provider.hie.moh.gov.my",
"profile": [
"http://fhir.hie.moh.gov.my/StructureDefinition/FamilyMemberHistory-my-core"
]
},
"status": "completed",
"patient": {
"reference": "Patient/HIE-2200000497"
},
"date": "2022-06-20T15:00:00.000+08:00",
"name": "Zai Hawa",
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
]
},
"sex": {
"coding": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"code": "female",
"display": "Female"
}
]
},
"ageString": "60",
"estimatedAge": true,
"deceasedBoolean": false,
"condition": [
{
"code": {
"text": "Bronchial asthma"
},
"contributedToDeath": false,
"onsetPeriod": {
"start": "1960"
},
"note": [
{
"authorReference": {
"reference": "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
},
"time": "2022-04-18T15:00:00.000+08:00",
"text": "Patient has history of asthma since 1960. On MDI salbutamol 4 puff PRN and MDI budeosonice 2puff BD. Last attack was on 2021. Likely trigger was cold weather. Otherwise, patient complicant to her medication. Patient is not a smoker"
},
{
"authorReference": {
"reference": "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
},
"time": "2022-05-18T15:00:00.000+08:00",
"text": "2nd entry"
}
]
}
]
}