Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B R4

Riskassessment-riskexample.json

Example RiskAssessment/riskexample (JSON)

Clinical Decision Support Work Group Maturity Level : N/A Standards Status : Informative Compartments : 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>"

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

  "identifier" : [{
    "use" : "official",
    "system" : "http://example.org",
    "value" : "risk-assessment-breastcancer1"
  }],
  "basedOn" : {
    "reference" : "ImmunizationRecommendation/example"

  },
  "parent": {
    "reference": "DiagnosticReport/example"

  "parent" : {
    "reference" : "DiagnosticReport/example"

  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://browser.ihtsdotools.org/",
        "code": "709510001",
        "display": "Assessment of risk for disease (procedure)"
      }
    ]

  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://browser.ihtsdotools.org/",
      "code" : "709510001",
      "display" : "Assessment of risk for disease (procedure)"
    }]

  },
  "subject": {
    "reference": "Patient/example"

  "subject" : {
    "reference" : "Patient/example"

  },
  "encounter": {
    "reference": "Encounter/example",
    "display": "Encounter with patient @example"

  "encounter" : {
    "reference" : "Encounter/example",
    "display" : "Encounter with patient @example"

  },
  "occurrenceDateTime": "2017-10-10",
  "condition": {
    "reference": "Condition/example"

  "occurrenceDateTime" : "2017-10-10",
  "condition" : {
    "reference" : "Condition/example"

  },
  "performer": {
    "reference": "Practitioner/example"

  "performer" : {
    "reference" : "Practitioner/example"

  },
  "basis": [
    {
      "reference": "DiagnosticReport/example"

  "basis" : [{
    "reference" : "DiagnosticReport/example"
  },
  {
    "reference" : "Observation/example"
  }],
  "prediction" : [{
    "outcome" : {
      "text" : "Breast Cancer"

    },
    {
      "reference": "Observation/example"
    }
  ],
  "prediction": [
    {
      "outcome": {
        "text": "Breast Cancer"

    "probabilityDecimal" : 0.000368,
    "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"

      }
    }
  ],
  "note": [
    {
      "text": "This risk assessment is for reference only"
    }
  ]

  }],
  "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.