Clinical
Summary
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative | Compartments : Device , Group , Patient , Practitioner |
Raw JSON ( canonical form + also see JSON Format Specification )
Genetic risk assessment
{
"resourceType": "RiskAssessment",
"id": "genetic",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Probability of developing breast cancer before the age indicated:</p>\n <table>\n <thead>\n <tr>\n <th>Age</th>\n <th>Probability (%)</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>current-53</td>\n <td>0.0168</td>\n </tr>\n <tr>\n <td>54-57</td>\n <td>0.0368</td>\n </tr>\n <tr>\n <td>58-62</td>\n <td>0.0594</td>\n </tr>\n <tr>\n <td>63-67</td>\n <td>0.0838</td>\n </tr>\n <tr>\n <td>68-72</td>\n <td>0.1089</td>\n </tr>\n <tr>\n <td>73-77</td>\n <td>0.1327</td>\n </tr>\n <tr>\n <td>78-82</td>\n <td>0.1530</td>\n </tr>\n <tr>\n <td>83-87</td>\n <td>0.1663</td>\n </tr>\n </tbody>\n </table>\n </div>"
"resourceType" : "RiskAssessment",
"id" : "genetic",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Probability of developing breast cancer before the age indicated:</p>\n <table>\n <thead>\n <tr>\n <th>Age</th>\n <th>Probability (%)</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>current-53</td>\n <td>0.0168</td>\n </tr>\n <tr>\n <td>54-57</td>\n <td>0.0368</td>\n </tr>\n <tr>\n <td>58-62</td>\n <td>0.0594</td>\n </tr>\n <tr>\n <td>63-67</td>\n <td>0.0838</td>\n </tr>\n <tr>\n <td>68-72</td>\n <td>0.1089</td>\n </tr>\n <tr>\n <td>73-77</td>\n <td>0.1327</td>\n </tr>\n <tr>\n <td>78-82</td>\n <td>0.1530</td>\n </tr>\n <tr>\n <td>83-87</td>\n <td>0.1663</td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"status": "final",
"method": {
"coding": [
{
"code": "BRCAPRO"
}
]
"status" : "final",
"method" : {
"coding" : [{
"code" : "BRCAPRO"
}]
},
"subject": {
"reference": "Patient/b248b1b2-1686-4b94-9936-37d7a5f94b51"
"subject" : {
"reference" : "Patient/b248b1b2-1686-4b94-9936-37d7a5f94b51"
},
"occurrenceDateTime": "2006-01-13T23:01:00Z",
"basis": [
{
"reference": "List/prognosis"
}
],
"prediction": [
{
"outcome": {
"text": "Breast Cancer"
},
"probabilityDecimal": 0.000168,
"whenRange": {
"high": {
"value": 53,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"occurrenceDateTime" : "2006-01-13T23:01:00Z",
"basis" : [{
"reference" : "List/prognosis"
}],
"prediction" : [{
"outcome" : {
"text" : "Breast Cancer"
},
"probabilityQuantity" : {
"value" : 0.000168,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"high" : {
"value" : 53,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.000368,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 54,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.000368,
"whenRange": {
"low": {
"value": 54,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 57,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 57,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.000594,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 58,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.000594,
"whenRange": {
"low": {
"value": 58,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 62,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 62,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.000838,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 63,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.000838,
"whenRange": {
"low": {
"value": 63,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 67,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 67,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.001089,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 68,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.001089,
"whenRange": {
"low": {
"value": 68,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 72,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 72,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.001327,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 73,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.001327,
"whenRange": {
"low": {
"value": 73,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 77,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 77,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.001530,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 78,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.001530,
"whenRange": {
"low": {
"value": 78,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 82,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 82,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
},
{
"outcome" : {
"text" : "Breast Cancer"
},
{
"outcome": {
"text": "Breast Cancer"
"probabilityQuantity" : {
"value" : 0.001663,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"whenRange" : {
"low" : {
"value" : 83,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"probabilityDecimal": 0.001663,
"whenRange": {
"low": {
"value": 83,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"high": {
"value": 88,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
}
"high" : {
"value" : 88,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
],
"note": [
{
"text": "High degree of certainty"
}
]
}],
"note" : [{
"text" : "High degree of certainty"
}]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Mon,
Nov
1,
2019
09:36+1100.
QA
Page
10,
2025
15:23+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change