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

Profile: cqf-riskassessment

The official URL for this profile is:

http://hl7.org/fhir/Profile/cqf-riskassessment-cqf-riskassessment

. Profile of Risk Assessment for decision support/quality metrics. Indicates which elements must be supported by CQF rules and measure engines. : Clinical Quality Framework (CQF) Risk Assessment Profile

This profile was published on Fri, Dec 5, 2014 00:00+1100 as a draft by Health Level Seven, Inc. - CQI WG.

Summary

Required/Prohibited Elements

  • The element RiskAssessment is required
  • The element RiskAssessment.prediction.outcome is required

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

Differential View

This structure is derived from RiskAssessment.

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 1..1Potential outcomes for a subject with likelihood
... id 0..1idLogical id of this artefact
... meta 0..1MetaMetadata about the resource
... implicitRules M0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required, not extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension 0..*ExtensionExtensions that cannot be ignored
... subject S Σ0..1Patient, GroupWho/what does assessment apply to?
... date S Σ0..1dateTimeWhen was assessment made?
... condition S Σ0..1ConditionCondition assessed
... performer S Σ0..1Practitioner, DeviceWho did assessment?
... identifier Σ0..1IdentifierUnique identifier for the assessment
... method S Σ0..1CodeableConceptEvaluation mechanism
Binding: RiskAssessmentMethod (example, extensible)
... basis 0..*AnyInformation used in assessment
... prediction S0..*Outcome predicted
.... id 0..1idxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension 0..*ExtensionExtensions that cannot be ignored
.... outcome S1..1CodeableConceptPossible outcome for the subject
Binding: RiskAssessmentOutcome (example, extensible)
.... probability[x] I0..1decimal, Range, CodeableConceptLikelihood of specified outcome
Binding: RiskAssessmentProbability (example, extensible)
ras-1: low and high must be percentages, if present
ras-2: Must be <= 100
.... relativeRisk 0..1decimalRelative likelihood
.... when[x] S0..1Period, RangeTimeframe or age range
.... rationale 0..1stringExplanation of prediction
... mitigation 0..1stringHow to reduce risk

XML Template

JSON Template

todo

Differential View

This structure is derived from RiskAssessment.

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. RiskAssessment 1..1Potential outcomes for a subject with likelihood
... id 0..1idLogical id of this artefact
... meta 0..1MetaMetadata about the resource
... implicitRules M0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required, not extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension 0..*ExtensionExtensions that cannot be ignored
... subject S Σ0..1Patient, GroupWho/what does assessment apply to?
... date S Σ0..1dateTimeWhen was assessment made?
... condition S Σ0..1ConditionCondition assessed
... performer S Σ0..1Practitioner, DeviceWho did assessment?
... identifier Σ0..1IdentifierUnique identifier for the assessment
... method S Σ0..1CodeableConceptEvaluation mechanism
Binding: RiskAssessmentMethod (example, extensible)
... basis 0..*AnyInformation used in assessment
... prediction S0..*Outcome predicted
.... id 0..1idxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension 0..*ExtensionExtensions that cannot be ignored
.... outcome S1..1CodeableConceptPossible outcome for the subject
Binding: RiskAssessmentOutcome (example, extensible)
.... probability[x] I0..1decimal, Range, CodeableConceptLikelihood of specified outcome
Binding: RiskAssessmentProbability (example, extensible)
ras-1: low and high must be percentages, if present
ras-2: Must be <= 100
.... relativeRisk 0..1decimalRelative likelihood
.... when[x] S0..1Period, RangeTimeframe or age range
.... rationale 0..1stringExplanation of prediction
... mitigation 0..1stringHow to reduce risk

XML Template

JSON Template

todo

 

Other definitions: (todo)

Terminology Bindings

PathNameConformanceValueSet
RiskAssessment.languageLanguagerequiredhttp://tools.ietf.org/html/bcp47
RiskAssessment.methodRiskAssessmentMethodexample (extensible)
RiskAssessment.prediction.outcomeRiskAssessmentOutcomeexample (extensible)
RiskAssessment.prediction.probability[x]RiskAssessmentProbabilityexample (extensible)Risk Probability

Constraints

IdPathNameDetails
ras-1RiskAssessment.prediction.probability[x]Probability Range Percentagelow and high must be percentages, if present
XPath: (not(f:low) or f:low[f:code/@value='%' and f:system/@value='http://unitsofmeasure.org']) and (not(f:high) or f:high[f:code/@value='%' and f:system/@value='http://unitsofmeasure.org'])
ras-2RiskAssessment.prediction.probability[x]Probability percentageMust be <= 100
XPath: @value <= 100
.