FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | RiskAssessment |
| Id | RiskAssessment-breastcancer-risk.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Information about your risk score: | |
| Birthdate: | 1981-01-01 |
| Gender: | female |
| Ethnicity: | Unknown / Not Reported |
{
"resourceType": "RiskAssessment",
"id": "breastcancer-risk",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://mockup.org",
"value": "risk-assessment-breastcancer1"
}
],
"status": "final",
"code": {
"coding": [
{
"code": "709510001",
"system": "http://snomed.info/sct",
"display": "Assessment of risk for disease (procedure)"
}
]
},
"subject": {
"reference": "Patient/patient-israeli"
},
"performer": {
"reference": "Practitioner/md"
},
"basis": [
{
"reference": "Observation/hemoglobin-lab-test"
}
],
"prediction": [
{
"outcome": {
"text": "Unknown risk of developing breast cancer"
},
"probabilityDecimal": 0.45,
"rationale": "Positive family history and BRCA1 mutation carrier",
"qualitativeRisk": {
"coding": [
{
"code": "723509005",
"system": "http://snomed.info/sct",
"display": "High risk"
}
]
}
}
],
"note": [
{
"text": "This risk assessment is based on BRCA1 and BRCA2 genetic mutation test"
}
],
"occurrenceDateTime": "2024-12-01"
}