Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FamilyHearingLossFamilyMemberHistory001 - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "FamilyHearingLossFamilyMemberHistory001",
  "meta" : {
    "profile" : [
      🔗 "https://smart-bear.eu/fhir/StructureDefinition/FamilyHearingLossFamilyMemberHistory"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory FamilyHearingLossFamilyMemberHistory001</b></p><a name=\"FamilyHearingLossFamilyMemberHistory001\"> </a><a name=\"hcFamilyHearingLossFamilyMemberHistory001\"> </a><a name=\"FamilyHearingLossFamilyMemberHistory001-en-US\"> </a><p><b>FamilyMemberHistory Encounter </b>: <a href=\"Encounter-Enc001.html\">Encounter: status = planned; class = inpatient encounter (ActCode#IMP)</a></p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>date</b>: 2021-03-01 07:29:23+0000</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FAMMEMB}\">family member</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 439750006}\">Family history of hearing loss</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://smart-bear.eu/fhir/StructureDefinition/FamilyMemberHistoryEncounter",
      "valueReference" : {
        🔗 "reference" : "Encounter/Enc001"
      }
    }
  ],
  "status" : "completed",
  "patient" : {
    🔗 "reference" : "Patient/Patient001"
  },
  "date" : "2021-03-01T07:29:23.356+00:00",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "FAMMEMB",
        "display" : "family member"
      }
    ]
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "439750006",
            "display" : "Family history of hearing loss"
          }
        ]
      }
    }
  ]
}