Longitudinal Maternal & Infant Health Information for Research
1.0.0 - STU 1.0.0 United States of America flag

Longitudinal Maternal & Infant Health Information for Research, published by HL7 Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-mmm-ig/ and changes regularly. See the Directory of published versions

: Family Member History - family member of patient Jane Smith example - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "familymemberhistory-jane-smith-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-03-15T20:00:01.536+00:00",
    "source" : "#hZuB1hlHIbhDP7Xd"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: FamilyMemberHistory</b><a name=\"familymemberhistory-jane-smith-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource FamilyMemberHistory &quot;familymemberhistory-jane-smith-example&quot; Version &quot;2&quot; Updated &quot;2022-03-15 20:00:01+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #hZuB1hlHIbhDP7Xd!</p></div><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-patient-jane-smith-example.html\">Patient/patient-jane-smith-example: Wilamette Smith</a> &quot; SMITH&quot;</p><p><b>relationship</b>: child <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#CHILD)</span></p></div>"
  },
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/patient-jane-smith-example",
    "display" : "Wilamette Smith"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "CHILD",
        "display" : "child"
      }
    ]
  }
}