DK MedCom Terminology
1.5.0 - trial-use Denmark flag

This page is part of the MedCom Terminology (v1.5.0: Release) based on FHIR R4. The current version which supercedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions

: MedComAcknowledgementIssueDetailValues - TTL Representation

Active as of 2023-06-29

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medcom-acknowledgement-issue-details"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-acknowledgement-issue-details"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.5.0"] ; # 
  fhir:name [ fhir:v "MedComAcknowledgementIssueDetailValues"] ; # 
  fhir:title [ fhir:v "MedComAcknowledgementIssueDetailValues"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-06-29"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MedCom"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet including detailed issues describtions."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/operation-outcome"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "MSG_ID_INVALID" ] ;
fhir:display [ fhir:v "Id has an invalid character" ]       ] [
fhir:code [ fhir:v "MSG_ID_TOO_LONG" ] ;
fhir:display [ fhir:v "Id %s too long (length limit 36)" ]       ] [
fhir:code [ fhir:v "MSG_BAD_FORMAT" ] ;
fhir:display [ fhir:v "Bad syntaxt: '%s' must be %s'" ]       ] [
fhir:code [ fhir:v "MSG_BAD_SYNTAX" ] ;
fhir:display [ fhir:v "Bad sysntaxt in %s" ]       ] [
fhir:code [ fhir:v "MSG_DATE_FORMAT" ] ;
fhir:display [ fhir:v "The date value is not in the correct format (XML Date Format required)" ]       ] [
fhir:code [ fhir:v "MSG_DUPLICATE_ID" ] ;
fhir:display [ fhir:v "Duplicate Id %s for resource type %s" ]       ] [
fhir:code [ fhir:v "MSG_INVALID_ID" ] ;
fhir:display [ fhir:v "ID not accepted" ]       ] [
fhir:code [ fhir:v "MSG_JSON_OBJECT" ] ;
fhir:display [ fhir:v "JSON Source for a resource should start with an object" ]       ] [
fhir:code [ fhir:v "MSG_LOCAL_FAIL" ] ;
fhir:display [ fhir:v "Unable to resolve local reference to resource %s" ]       ] [
fhir:code [ fhir:v "MSG_NO_MATCH" ] ;
fhir:display [ fhir:v "No Resource found matching the query" ]       ] [
fhir:code [ fhir:v "MSG_NO_EXIST" ] ;
fhir:display [ fhir:v "Resource Id does not exist" ]       ] [
fhir:code [ fhir:v "MSG_NO_SUMMARY" ] ;
fhir:display [ fhir:v "No Summary for this resource" ]       ] [
fhir:code [ fhir:v "MSG_PARAM_INVALID" ] ;
fhir:display [ fhir:v "Parameter %s content is invalid" ]       ] [
fhir:code [ fhir:v "MSG_PARAM_NO_REPEAT" ] ;
fhir:display [ fhir:v "Parameter %s is not allowed to repeat" ]       ] [
fhir:code [ fhir:v "MSG_PARAM_UNKNOWN" ] ;
fhir:display [ fhir:v "Parameter %s not understood" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_ID_MISMATCH" ] ;
fhir:display [ fhir:v "Resource Id mismatch" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_FAIL" ] ;
fhir:display [ fhir:v "Unable to allocat Resource Id" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_ID_MISSING" ] ;
fhir:display [ fhir:v "Resource Id missing" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_NOT_ALLOWED" ] ;
fhir:display [ fhir:v "Not allowed to submit a resource for this operation" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_REQUIRED" ] ;
fhir:display [ fhir:v "A resource is required" ]       ] [
fhir:code [ fhir:v "MSG_RESOURCE_TYPE_MISMATCH" ] ;
fhir:display [ fhir:v "Resource type mismatch" ]       ] [
fhir:code [ fhir:v "MSG_TRANSACTION_DUPLICATE_ID" ] ;
fhir:display [ fhir:v "Duplicate Identifier in transaction: %s" ]       ] [
fhir:code [ fhir:v "MSG_TRANSACTION_MISSING_ID" ] ;
fhir:display [ fhir:v "Missing Identifier in transaction - an entry.id must be provided" ]       ] [
fhir:code [ fhir:v "MSG_UNKNOWN_TYPE" ] ;
fhir:display [ fhir:v "Resource type %s not recognised" ]       ] [
fhir:code [ fhir:v "MSG_VERSION_AWARE" ] ;
fhir:display [ fhir:v "Version aware updates are required for this resource" ]       ] [
fhir:code [ fhir:v "MSG_VERSION_AWARE_CONFLICT" ] ;
fhir:display [ fhir:v "Update Conflict (server current version = %s, client version referenced =%s)" ]       ] [
fhir:code [ fhir:v "MSG_VERSION_AWARE_URL" ] ;
fhir:display [ fhir:v "Version specific URL not recognised" ]       ] [
fhir:code [ fhir:v "MSG_WRONG_NS" ] ;
fhir:display [ fhir:v "This does not appear to be a FHIR element or resource (wrong namespace %s)" ]       ] )     ] [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "MSG_Receiver_Identifier_UNKNOWN" ] ;
fhir:display [ fhir:v "Receiver identifier unknown" ]       ] [
fhir:code [ fhir:v "MSG_Receiver_Identifier_MISSING" ] ;
fhir:display [ fhir:v "Receiver identifier missing" ]       ] [
fhir:code [ fhir:v "MSG_RECEIVER_UNABLE_TO_RECEIVE_MSG_TYPE" ] ;
fhir:display [ fhir:v "Receiver unable to receive this Message type" ]       ] [
fhir:code [ fhir:v "MSG_VALUESET_VALUE_UNKNOWN" ] ;
fhir:display [ fhir:v "The value provided is not in the valueset" ]       ] [
fhir:code [ fhir:v "MSG_CodeSystem_VALUE_UNKNOWN" ] ;
fhir:display [ fhir:v "The value provided is not in the CodeSystem" ]       ] [
fhir:code [ fhir:v "MSG_Element_To_Long" ] ;
fhir:display [ fhir:v "The value of the element is to long" ]       ] [
fhir:code [ fhir:v "MSG_Datatype_Wrong" ] ;
fhir:display [ fhir:v "The data type is wrong" ]       ] [
fhir:code [ fhir:v "MSG_Mailbox_Out_Of_Operation" ] ;
fhir:display [ fhir:v "The mailbox is temporary out of operation" ]       ] [
fhir:code [ fhir:v "MSG_Damaged_durin_transport" ] ;
fhir:display [ fhir:v "The message has been damaged during trasport" ]       ] )     ] )
  ] . #