FHIR CI-Build

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

Example CodeSystem/risk-assessment-type-example (JSON)

Responsible Owner: Clinical Decision Support Work GroupStandards Status: Informative

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

Definition for Code SystemRiskAssessmentTypeExample

{
  "resourceType" : "CodeSystem",
  "id" : "risk-assessment-type-example",
  "meta" : {
    "lastUpdated" : "2026-06-27T12:10:23.314+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem risk-assessment-type-example</b></p><a name=\"risk-assessment-type-example\"> </a><a name=\"hcrisk-assessment-type-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-01-05T10:01:24.148+11:00</p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/risk-assessment-type-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">renal-risk<a name=\"risk-assessment-type-example-renal-risk\"> </a></td><td>Renal Risk</td><td>Assessment of Renal Risk</td></tr><tr><td style=\"white-space:nowrap\">cardiovascular-risk<a name=\"risk-assessment-type-example-cardiovascular-risk\"> </a></td><td>Cardiovascular Risk</td><td>Assessment of Cardiovascular Risk</td></tr><tr><td style=\"white-space:nowrap\">hepatic-risk<a name=\"risk-assessment-type-example-hepatic-risk\"> </a></td><td>Hepatic Risk</td><td>Assessment of Hepatic Risk</td></tr><tr><td style=\"white-space:nowrap\">breast-cancer-risk<a name=\"risk-assessment-type-example-breast-cancer-risk\"> </a></td><td>Breast Cancer Risk</td><td>Assessment of Breast Cancer Risk</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/risk-assessment-type-example",
  "version" : "6.0.0-ballot4",
  "name" : "RiskAssessmentTypeExample",
  "title" : "Risk Assessment Type Example",
  "status" : "active",
  "experimental" : true,
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Example code system illustrating possible codes for identifying the types of risk assessment; e.g. Renal, Cardiovascular, or Hepatic risk.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/risk-assessment-type-example",
  "content" : "complete",
  "concept" : [{
    "code" : "renal-risk",
    "display" : "Renal Risk",
    "definition" : "Assessment of Renal Risk"
  },
  {
    "code" : "cardiovascular-risk",
    "display" : "Cardiovascular Risk",
    "definition" : "Assessment of Cardiovascular Risk"
  },
  {
    "code" : "hepatic-risk",
    "display" : "Hepatic Risk",
    "definition" : "Assessment of Hepatic Risk"
  },
  {
    "code" : "breast-cancer-risk",
    "display" : "Breast Cancer Risk",
    "definition" : "Assessment of Breast Cancer Risk"
  }]
}

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.