FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-mni-familyMemberHistory-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: FamilyMemberHistory mni-familyMemberHistory-example2
status: Completed
patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
relationship: Son of the patient
age: 10 years (Details: UCUM codea = 'a')
| Code |
| Primary malignant neoplasm of lung (disorder) |
{
"resourceType": "FamilyMemberHistory",
"id": "mni-familyMemberHistory-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"patient": {
"reference": "Patient/mni-patient-example1"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SON",
"display": "natural son"
}
],
"text": "Son of the patient"
},
"ageAge": {
"value": 10,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"condition": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "93880001",
"display": "Primary malignant neoplasm of lung (disorder)"
}
],
"text": "Primary malignant neoplasm of lung (disorder)"
}
}
]
}