@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v2-0008"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "inm" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0008"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.18.10" ]
] ) ; #
fhir:version [ fhir:v "2.3.0"] ; #
fhir:name [ fhir:v "AcknowledgmentCodes"] ; #
fhir:title [ fhir:v "acknowledgmentCodes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-12-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7, Inc"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/" ]
] )
] ) ; #
fhir:description [ fhir:v "HL7-defined code system of concepts specifying acknowledgment codes. For details of usage, see message processing rules in the published Standard. Used in HL7 Version 2.x messaging in the MSA segment."] ; #
fhir:purpose [ fhir:v "Underlying Master Code System for V2 table 0008 (Acknowledgment code)"] ; #
fhir:copyright [ fhir:v "Copyright HL7. Licensed under creative commons public domain"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/v2-0008"^^xsd:anyURI ;
fhir:link
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Status of the concept" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "deprecated" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Version of HL7 in which the code was deprecated" ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:id [ fhir:v "629" ] ;
fhir:code [ fhir:v "AA" ] ;
fhir:display [ fhir:v "Original mode: Application Accept - Enhanced mode: Application acknowledgment: Accept" ] ;
fhir:definition [ fhir:v "Original mode: Application Accept - Enhanced mode: Application acknowledgment: Accept" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "akzeptiert durch Anwendung" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "630" ] ;
fhir:code [ fhir:v "AE" ] ;
fhir:display [ fhir:v "Original mode: Application Error - Enhanced mode: Application acknowledgment: Error" ] ;
fhir:definition [ fhir:v "Original mode: Application Error - Enhanced mode: Application acknowledgment: Error" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "Fehler in Anwendung" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "631" ] ;
fhir:code [ fhir:v "AR" ] ;
fhir:display [ fhir:v "Original mode: Application Reject - Enhanced mode: Application acknowledgment: Reject" ] ;
fhir:definition [ fhir:v "Original mode: Application Reject - Enhanced mode: Application acknowledgment: Reject" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "Abgelehnt durch Anwendung" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "632" ] ;
fhir:code [ fhir:v "CA" ] ;
fhir:display [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Accept" ] ;
fhir:definition [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Accept" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "Bei Eingangsprüfung akzeptiert (\"committed\")" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "633" ] ;
fhir:code [ fhir:v "CE" ] ;
fhir:display [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Error" ] ;
fhir:definition [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Error" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "Fehler bei Eingangsprüfung" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "634" ] ;
fhir:code [ fhir:v "CR" ] ;
fhir:display [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Reject" ] ;
fhir:definition [ fhir:v "Enhanced mode: Accept acknowledgment: Commit Reject" ] ;
fhir:designation ( [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferredForLanguage" ]
] ;
fhir:value [ fhir:v "Bei Eingangsprüfung abgelehnt" ]
] ) ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] ) . #
# -------------------------------------------------------------------------------------