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
{
"resourceType" : "FamilyMemberHistory",
"id" : "FmhOfHernia",
"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 FmhOfHernia</b></p><a name=\"FmhOfHernia\"> </a><a name=\"hcFmhOfHernia\"> </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 72705000}\">Mother</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 39839004}\">Diaphragmatic hernia</span></td></tr></table></div>"
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/pat1"
},
"relationship" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "72705000",
"display" : "Mother"
}
]
},
"deceasedBoolean" : false,
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "39839004",
"display" : "Diaphragmatic hernia"
}
]
}
}
]
}