electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

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


Summary

Mandatory: 1 element
Must-Support: 2 elements

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. OperationOutcome I0..*Travel History
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (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
... issue SΣI1..*BackboneElementA single issue associated with the action
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
.... severity ?!Σ1..1codefatal | error | warning | information
Binding: IssueSeverity (required)
.... code Σ1..1codeError or warning code
Binding: IssueType (required)
.... details SΣ1..1CodeableConcepteICR Processing Status Reasons
Binding: eICR Processing Status Reason (extensible)
.... diagnostics Σ0..1stringAdditional diagnostic information about the issue
.... location Σ0..*stringPath of element(s) related to issue
.... expression Σ0..*stringFHIRPath of element(s) related to issue

doco 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...