International Birth And Child Model Implementation Guide
1.0.0-ballot2 - STU 1 Ballot 2 International flag

This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: UC3 FamilyMemberHistory of Fetus - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "uc3-familymemberhistory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory uc3-familymemberhistory</b></p><a name=\"uc3-familymemberhistory\"> </a><a name=\"hcuc3-familymemberhistory\"> </a><a name=\"uc3-familymemberhistory-en-US\"> </a><p><b>status</b>: Partial</p><p><b>patient</b>: <a href=\"Patient-uc3-fetus.html\">Anonymous Patient (no stated gender), DoB Unknown</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 86268005}\">Achondroplasia</span></td></tr></table></div>"
  },
  "status" : "partial",
  "patient" : {
    🔗 "reference" : "Patient/uc3-fetus"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MTH",
        "display" : "mother"
      }
    ]
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "86268005",
            "display" : "Achondroplasia"
          }
        ]
      }
    }
  ]
}