Operation | update FamilyMemberHistory |
Method | PUT |
Path | https://blaze.life.uni-leipzig.de/fhir/FamilyMemberHistory/9d1f7abcf2604b17a0716440ded36d70 |
Resource | FamilyMemberHistory | Id | 9d1f7abcf2604b17a0716440ded36d70 | | |
{
"resourceType" : "FamilyMemberHistory",
"id" : "9d1f7abcf2604b17a0716440ded36d70",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - FamilyMemberHistory: Father died of a heart attack aged 74</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/familymemberhistory",
"value" : "2904979-310"
} ],
"status" : "completed",
"patient" : {
"reference" : "Patient/b1aa3550e4a54e34bd1728f61df8faaf"
},
"date" : "2021-03-07",
"relationship" : {
"coding" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
} ]
},
"condition" : [ {
"code" : {
"coding" : [ {
"system" : "http://snomed.info/sct",
"code" : "315619001",
"display" : "Myocardial Infarction"
} ],
"text" : "Heart Attack"
},
"onsetAge" : {
"value" : 74,
"unit" : "yr",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"note" : [ {
"text" : "Was fishing at the time. At least he went doing something he loved."
} ]
} ]
}