DK MedCom acknowledgement, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.0.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-acknowledgement/ and changes regularly. See the Directory of published versions
: MedComAcknowledgementOperationOutcome - Severity is 'error' - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "c0055484-2a56-4da2-81b8-a9d5087d865c"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/acknowledgement/StructureDefinition/medcom-acknowledgement-operationoutcome"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/acknowledgement/StructureDefinition/medcom-acknowledgement-operationoutcome> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome c0055484-2a56-4da2-81b8-a9d5087d865c</b></p><a name=\"c0055484-2a56-4da2-81b8-a9d5087d865c\"> </a><a name=\"hcc0055484-2a56-4da2-81b8-a9d5087d865c\"> </a><a name=\"c0055484-2a56-4da2-81b8-a9d5087d865c-da-DK\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Element value invalid</td><td><span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes MSG_Mailbox_Out_Of_Operation}\">The mailbox is temporary out of operation</span></td></tr></table></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "value" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MSG_Mailbox_Out_Of_Operation" ] ] ) ]
] ) . #