@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-AcknowledgementDetailCode"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode
    CodeDisplayDefinition
    INTERRInternal system errorAn internal software component (database, application, queue mechanism, etc.) has failed, leading to inability to process the message.
    NOSTORENo storage space for message.**Rejection:** The message can't be stored by the receiver due to an unspecified internal application issue. The message was neither processed nor stored by the receiving application.
    RTEDESTMessage routing error, destination unreachable.**Error:** The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is unavailable.
    RTUDESTError: Message routing error, unknown destination.The destination of this message is unknown to the receiving application. The receiving application in the message does not match the application which received the message. The message was neither routed, processed nor stored by the receiving application.
    RTWDESTMessage routing warning, destination unreachable.**Warning:** The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is (temporarily) unavailable. The receiving application will forward the message as soon as the destination can be reached again.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailSyntaxErrorCode
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailNotSupportedCode

This value set excludes codes based on the following rules:

" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailCode"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.19638" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "AcknowledgementDetailCode"]; fhir:ValueSet.title [ fhir:value "AcknowledgementDetailCode"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "A site specific problem code"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "INTERR" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "NOSTORE" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "RTEDEST" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "RTUDEST" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "RTWDEST" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailSyntaxErrorCode"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailNotSupportedCode"; fhir:index 0; fhir:link ] ]; fhir:ValueSet.compose.exclude [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "_AcknowledgementDetailNotSupportedCode" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------