This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Status: Approved infrastructure resource. Draft for comment
Error, warning or information messages that result from a system action.
The resource name as it appears in a RESTful URL is /issuereport/
Issue Reports are sets of error, warning and information messages that describe that provide detailed information about the outcome of some attempted system activity. Most often they are provided as direct system responses, though they can also be used in other situations (see Notes).
<IssueReport xmlns="http://hl7.org/fhir"> <issue> <!-- 1..* A single issue associated with the action --> <severity><!-- 1..1 code Error, Warning or Information --></severity> <type><!-- 0..1 CodeableConcept Error or warning code --></type> <details><!-- 0..1 string Additional description of the issue --></details> <location><!-- 0..* string XPath of element(s) related to issue --></location> </issue> <extension><!-- 0..* Extension See Extensions --></extension> <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text> </IssueReport>
Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile
Terminology Bindings
Path | Details | Strength |
---|---|---|
IssueReport.issue.severity | How the issue affects the success of the action (see http://hl7.org/fhir/issue-severity for values) | complete/required |
IssueReport.issue.type | A coded expression of the type of issue (not bound to any particular codes) | complete/unstated |
Issue resources are only relevant when a level of computable detail is required that is more granular than that provided by the HTTP response codes. This granularity could include:
This resource may sometimes be used for purposes other than conveying the results of an attempted action. Examples include:
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
$page : integer | Starting offset of the first record to return in the search set | single |
$count : integer | Number of return records requested. The server is not bound to conform | single |
$id : token | The logical resource id associated with the resource (must be supported by all servers) | single |
(See Searching).
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License