International Birth And Child Model Implementation Guide
1.0.0-ballot - ballot International flag

International Birth And Child Model Implementation Guide, published by HL7 International - CHOICE Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/fetal_records/ and changes regularly. 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><b>Generated Narrative: FamilyMemberHistory</b><a name=\"uc3-familymemberhistory\"> </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;uc3-familymemberhistory&quot; </p></div><p><b>status</b>: partial</p><p><b>patient</b>: <a href=\"Patient-uc3-fetus.html\">Patient/uc3-fetus</a></p><p><b>relationship</b>: mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH)</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>Achondroplasia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#86268005)</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"
          }
        ]
      }
    }
  ]
}