--- type: "codesystem" title: "Risk Assessment Outcome" codesystem: "risk-assessment-outcome" --- # Risk Assessment Outcome - **Official URL**: http://hl7.org/fhir/risk-assessment-outcome - **Version**: 6.0.0 - **Status**: active - **Name**: RiskAssessmentOutcome - **Title**: Risk Assessment Outcome - **Publisher**: HL7 (FHIR Project) - **Description**: Example code system illustrating possible codes for identifying the condition or other outcome; e.g. death, remission, amputation, infection, etc. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | death | Death | Death | | remission | Remission | Remission | | amputation | Amputation | Amputation | | infection | Infection | Infection | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Example code system illustrating possible codes for identifying the condition or other outcome; e.g. death, remission, amputation, infection, etc."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/risk-assessment-outcome"/> <content value="complete"/> <concept> <code value="death"/> <display value="Death"/> <definition value="Death"/> </concept> <concept> <code value="remission"/> <display value="Remission"/> <definition value="Remission"/> </concept> <concept> <code value="amputation"/> <display value="Amputation"/> <definition value="Amputation"/> </concept> <concept> <code value="infection"/> <display value="Infection"/> <definition value="Infection"/> </concept> </CodeSystem> ```