FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example RiskAssessment/riskexample (JSON)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Example risk assessment

{
  "resourceType" : "RiskAssessment",
  "id" : "riskexample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Risk assessment for reference only</div>"
  },
  "identifier" : [{
    "use" : "official",
    "system" : "http://example.org",
    "value" : "risk-assessment-breastcancer1"
  }],
  "basedOn" : {
    "reference" : "ImmunizationRecommendation/example"
  },
  "parent" : {
    "reference" : "DiagnosticReport/example"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://browser.ihtsdotools.org/",
      "code" : "709510001",
      "display" : "Assessment of risk for disease (procedure)"
    }]
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "encounter" : {
    "reference" : "Encounter/example",
    "display" : "Encounter with patient @example"
  },
  "occurrenceDateTime" : "2017-10-10",
  "condition" : {
    "reference" : "Condition/example"
  },
  "performer" : {
    "reference" : "Practitioner/example"
  },
  "basis" : [{
    "reference" : "DiagnosticReport/example"
  },
  {
    "reference" : "Observation/example"
  }],
  "prediction" : [{
    "outcome" : {
      "text" : "Breast Cancer"
    },
    "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"
      }
    }
  }],
  "note" : [{
    "text" : "This risk assessment is for reference only"
  }]
}

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.