2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Riskassessment-example.json

Raw JSON (canonical form)

Genetic risk assessment

{
  "resourceType": "RiskAssessment",
  "id": "genetic",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "date": "2006-01-13T23:01:00Z",
  "method": {
    "coding": [
      {
        "code": "BRCAPRO"
      }
    ]
  },
  "basis": [
    {
      "reference": "FamilyHistory/"
    }
  ],
  "prediction": [
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.000168,
      "whenRange": {
        "high": {
          "value": 53,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.000368,
      "whenRange": {
        "low": {
          "value": 54,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 57,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.000594,
      "whenRange": {
        "low": {
          "value": 58,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 62,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.000838,
      "whenRange": {
        "low": {
          "value": 63,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 67,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.001089,
      "whenRange": {
        "low": {
          "value": 68,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 72,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.001327,
      "whenRange": {
        "low": {
          "value": 73,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 77,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.001530,
      "whenRange": {
        "low": {
          "value": 78,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 82,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    },
    {
      "outcome": {
        "text": "Breast Cancer"
      },
      "probabilityDecimal": 0.001663,
      "whenRange": {
        "low": {
          "value": 83,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 88,
          "units": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    }
  ]
}

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.