Clinical SummaryThis page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Genetic risk assessment
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:RiskAssessment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "genetic"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:method [
fhir:coding ( [
fhir:code [ fhir:v "BRCAPRO" ]
] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b248b1b2-1686-4b94-9936-37d7a5f94b51" ]
] ; #
fhir:occurrence [ fhir:v "2006-01-13T23:01:00Z"^^xsd:dateTime] ; #
fhir:basis ( [
fhir:reference [ fhir:v "List/prognosis" ]
] ) ; #
fhir:prediction ( [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.000168"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:high [
fhir:value [ fhir:v "53"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.000368"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "54"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "57"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.000594"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "58"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "62"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.000838"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "63"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "67"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.001089"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "68"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "72"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.001327"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "73"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "77"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.001530"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "78"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "82"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] [
fhir:outcome [
fhir:text [ fhir:v "Breast Cancer" ]
] ;
fhir:probability [ fhir:v "0.001663"^^xsd:decimal ] ;
fhir:when [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "83"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ;
fhir:high [
fhir:value [ fhir:v "88"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
]
]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "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 R5 hl7.fhir.core#5.0.0 generated on Sun, Mar 26, 2023 15:25+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change