Remote Anamnesis Implementation Guide
0.1.0 - ci-build
Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "FamilyMemberHistory",
"id" : "FamilyMemberHistory-Patient-001",
"meta" : {
"profile" : [
🔗 "http://remote-anamnesis.na.icar.cnr/StructureDefinition/familymemberhistory-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory FamilyMemberHistory-Patient-001</b></p><a name=\"FamilyMemberHistory-Patient-001\"> </a><a name=\"hcFamilyMemberHistory-Patient-001\"> </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-familymemberhistory-patient.html\">FamilyMemberHistory_Patient</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-Patient-Anamnesi-001.html\">Maria Bianchi Female, DoB: 1985-02-16 ( http://example.com/codice-fiscale#BNCMRA85B56F205T)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>sex</b>: <span title=\"Codes:\">female</span></p><p><b>born</b>: 1965-07-10</p><p><b>note</b>: </p><blockquote><div><p>Family history of breast cancer on the maternal side</p>\n</div></blockquote><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Outcome</b></td><td><b>Onset[x]</b></td><td><b>Note</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 254837009}\">Malignant neoplasm of breast (disorder)</span></td><td><span title=\"Codes:{http://snomed.info/sct 160430005}\">Mother deceased</span></td><td>45 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></td><td><blockquote><div><p>Diagnosis confirmed by biopsy in 2010</p>\n</div></blockquote></td></tr></table></div>"
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/Patient-Anamnesi-001"
},
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "mother"
}
]
},
"sex" : {
"coding" : [
{
"code" : "female"
}
]
},
"bornDate" : "1965-07-10",
"note" : [
{
"text" : "Family history of breast cancer on the maternal side"
}
],
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "254837009",
"display" : "Malignant neoplasm of breast (disorder)"
}
]
},
"outcome" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "160430005",
"display" : "Mother deceased"
}
]
},
"onsetAge" : {
"value" : 45,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"note" : [
{
"text" : "Diagnosis confirmed by biopsy in 2010"
}
]
}
]
}