FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeRiskAssessment
IdRiskAssessment-breastcancer-risk.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Source1

{
  "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"
}