FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-mni-familyMemberHistory-example1.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-example1
status: Completed
patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
relationship: Father of the patient
deceased: 60 years (Details: UCUM codea = 'a')
condition
code: Prostate injury with open wound into cavity
contributedToDeath: true
condition
code: Food allergy diet
{
"resourceType": "FamilyMemberHistory",
"id": "mni-familyMemberHistory-example1",
"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": "FTH",
"display": "father"
}
],
"text": "Father of the patient"
},
"deceasedAge": {
"value": 60,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"condition": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "210243005",
"display": "Prostate injury with open wound into cavity"
}
],
"text": "Prostate injury with open wound into cavity"
},
"contributedToDeath": true
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "409002",
"display": "Food allergy diet"
}
],
"text": "Food allergy diet"
}
}
]
}