STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 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

Mappings for the operationoutcome resource.

OperationOutcome Grouping is handled through multiple repetitions from whatever context references the outcomes (no specific grouper required)
    issue AcknowledgementDetail or Observation[classCode="ALRT" and moodCode="EVN"]
        severity ./typeCode[parent::AcknowledgmentDetail] or unique(./inboundRelationship[parent::Observation and typeCode='SUBJ' and isNormalActRelationship()]/source[classCode="OBS" and moodCode="EVN" and implies(code, ActCode#SEV and isNormalAct())/value[xsi:type="CD"]
        code ./code
        details ./code
        diagnostics ./text[parent::AcknowledgmentDetail]
        location ./location[parent::AcknowledgmentDetail]
        expression ./location[parent::AcknowledgmentDetail]
OperationOutcome
    issue ERR
        severity ERR-4
        code ERR-3
        details ERR-5
        diagnostics ERR-8
        location ERR-2
        expression ERR-2