HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: FamilyMemberHistory: Family History of Type 2 Diabetes Mellitus - Mother - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "635c22e7-d7f1-45ad-9b4d-d4fe35239085",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/familyMemberHistory-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory 635c22e7-d7f1-45ad-9b4d-d4fe35239085</b></p><a name=\"635c22e7-d7f1-45ad-9b4d-d4fe35239085\"> </a><a name=\"hc635c22e7-d7f1-45ad-9b4d-d4fe35239085\"> </a><a name=\"635c22e7-d7f1-45ad-9b4d-d4fe35239085-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-familyMemberHistory-eu-hdr.html\">FamilyMemberHistory (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Bundle-HDR-Luigi-De-Luca-Example.html#urn-uuid-b01a2623-e219-41d2-8e78-1fa1439751d0\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0000</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 430679000}\">Family history of diabetes mellitus type 2 (situation)</span></td></tr></table></div>"
  },
  "status" : "completed",
  "patient" : {
    "reference" : "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MTH",
        "display" : "mother"
      }
    ]
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "430679000",
            "display" : "Family history of diabetes mellitus type 2 (situation)"
          }
        ]
      }
    }
  ]
}