Request

Operationupdate FamilyMemberHistory
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/FamilyMemberHistory/C6AMW5WABROLTV56
ResourceFamilyMemberHistoryIdC6AMW5WABROLTV56
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "FamilyMemberHistory",
  "id" : "C6AMW5WABROLTV56",
  "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-65692"
  } ],
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/C6AMW5TYER5M6XYS"
  },
  "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."
    } ]
  } ]
}