Smart Bear Implementation Guide
3.2.2 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.2.2). See the Directory of published versions
{
"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><b>Generated Narrative</b></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 \"FamilyHearingLossFamilyMemberHistory001\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FamilyHearingLossFamilyMemberHistory.html\">Family Hearing Loss Family Member History</a></p></div><p><b>FamilyMemberHistory Encounter </b>: <a href=\"Encounter-Enc001.html\">Encounter/Enc001</a></p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Patient/Patient001</a> \" BIANCHI\"</p><p><b>date</b>: 2021-03-01 07:29:23+0000</p><p><b>relationship</b>: family member <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#FAMMEMB)</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Family history of hearing loss <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#439750006)</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"
}
]
}
}
]
}