FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-family-member-history-aunt-jenny-m.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: FamilyMemberHistory family-member-history-aunt-jenny-m
status: Completed
patient: Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))
relationship: maternal aunt
| Code | Onset[x] |
| Malignant tumor of ovary (disorder) | 69 a (Details: UCUM codea = 'a') |
{
"resourceType": "FamilyMemberHistory",
"id": "family-member-history-aunt-jenny-m",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"patient": {
"reference": "Patient/cancer-patient-jenny-m"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MAUNT",
"display": "maternal aunt"
}
]
},
"condition": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363443007",
"display": "Malignant tumor of ovary (disorder)"
}
]
},
"onsetAge": {
"value": 69,
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}