HealthSense Implementation Guide (Taltech)
0.1.0 - ci-build

HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions

: Family history of diabetes - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "FmhOfDiabetes",
  "meta" : {
    "profile" : [
      🔗 "https://healthsense.e-medlab.com/StructureDefinition/hs-family-member-history"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory FmhOfDiabetes</b></p><a name=\"FmhOfDiabetes\"> </a><a name=\"hcFmhOfDiabetes\"> </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-hs-family-member-history.html\">Family Member History</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 38048003}\">Uncle</span></p><p><b>deceased</b>: false</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 430678008}\">Family history of diabetes mellitus type 1</span></td></tr></table></div>"
  },
  "status" : "completed",
  "patient" : {
    🔗 "reference" : "Patient/pat1"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "38048003",
        "display" : "Uncle"
      }
    ]
  },
  "deceasedBoolean" : false,
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "430678008",
            "display" : "Family history of diabetes mellitus type 1"
          }
        ]
      }
    }
  ]
}