This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
SD.8 StructureDefinition-eicr-operationoutcome
source file: source/pages/_includes/eicr-operationoutcome-intro.md
ECR Profile: eICR Operation Outcome
Scope and Usage
The Electronic Case Reporting Operation Outcome profile establishes the core elements, extensions, vocabularies and value sets for representing the following for electronic case reporting:
- Details about the eICR processing warnings or errors encountered during eICR processing
Additional Profile specific implementation guidance:
- This profile represents the status of processing the eICR prior to the Determination of Reportability. The Determination of Reportability outcome is represented in the Commuinication Profile using extensions.
Examples
SD.8.1 Formal Views of Profile Content
Description of Profiles, Differentials, and Snapshots.
The official URL for this profile is: http://fhir.hl7.org/us/ecr/StructureDefinition/eicr-operationoutcome
Published on Sun Jun 11 00:00:00 AEST 2017 as a draft by .
This profile builds on OperationOutcome
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
OperationOutcome | 0..* | Travel History | ||
issue | S | 1..* | BackboneElement | |
details | S | 1..1 | CodeableConcept | eICR Processing Status Reasons Binding: eICR Processing Status Reason (extensible) |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
OperationOutcome | I | 0..* | Travel History | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
issue | SΣI | 1..* | BackboneElement | A single issue associated with the action |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
severity | ?!Σ | 1..1 | code | fatal | error | warning | information Binding: IssueSeverity (required) |
code | Σ | 1..1 | code | Error or warning code Binding: IssueType (required) |
details | SΣ | 1..1 | CodeableConcept | eICR Processing Status Reasons Binding: eICR Processing Status Reason (extensible) |
diagnostics | Σ | 0..1 | string | Additional diagnostic information about the issue |
location | Σ | 0..* | string | Path of element(s) related to issue |
expression | Σ | 0..* | string | FHIRPath of element(s) related to issue |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
SD.8.2 Quick Start
Below is an overview of the required set of RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.
...todo...