This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "RiskAssessment",
"id" : "GenRiskDiabetesT2",
"text" : {
"status" : "generated",
"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 \"GenRiskDiabetesT2\" </p></div><p><b>parent</b>: <a href=\"Observation-PolyGenicDiagnosticImpExample.html\">Observation/PolyGenicDiagnosticImpExample</a></p><p><b>status</b>: final</p><p><b>subject</b>: <a href=\"Patient-CGPatientExample01.html\">Patient/CGPatientExample01</a> \" EVERYMAN\"</p><p><b>basis</b>: </p><ul><li><span>: Variant 1</span></li><li><span>: Variant 2</span></li><li><span>: Variant 3</span></li><li><span>: Variant 4</span></li><li><span>: Variant 5</span></li><li><span>: Variant 6</span></li><li><span>: Variant 7</span></li></ul><blockquote><p><b>prediction</b></p><p><b>outcome</b>: Diabetes mellitus type 2 (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#44054006)</span></p><p><b>probability</b>: 0.26</p><p><b>qualitativeRisk</b>: Low likelihood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-risk-probability.html\">Risk Probability</a>#low)</span></p><p><b>relativeRisk</b>: 1.05</p><p><b>when</b>: ?-53</p></blockquote><blockquote><p><b>prediction</b></p><p><b>outcome</b>: Diabetes mellitus type 2 (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#44054006)</span></p><p><b>probability</b>: 0.7</p><p><b>qualitativeRisk</b>: High likelihood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-risk-probability.html\">Risk Probability</a>#high)</span></p><p><b>relativeRisk</b>: 2.69</p><p><b>when</b>: ?-65</p></blockquote></div>"
},
"parent" : {
"reference" : "Observation/PolyGenicDiagnosticImpExample"
},
"status" : "final",
"subject" : {
"reference" : "Patient/CGPatientExample01"
},
"basis" : [
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "11"
},
"display" : "Variant 1"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "12"
},
"display" : "Variant 2"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "13"
},
"display" : "Variant 3"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "14"
},
"display" : "Variant 4"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "15"
},
"display" : "Variant 5"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "16"
},
"display" : "Variant 6"
},
{
"identifier" : {
"system" : "http://hospital.example.org",
"value" : "17"
},
"display" : "Variant 7"
}
],
"prediction" : [
{
"outcome" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44054006",
"display" : "Diabetes mellitus type 2 (disorder)"
}
]
},
"probabilityDecimal" : 0.26,
"qualitativeRisk" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/risk-probability",
"code" : "low",
"display" : "Low likelihood"
}
]
},
"relativeRisk" : 1.05,
"whenRange" : {
"high" : {
"value" : 53,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44054006",
"display" : "Diabetes mellitus type 2 (disorder)"
}
]
},
"probabilityDecimal" : 0.7,
"qualitativeRisk" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/risk-probability",
"code" : "high",
"display" : "High likelihood"
}
]
},
"relativeRisk" : 2.69,
"whenRange" : {
"high" : {
"value" : 65,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
}
]
}