@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v2-0208"] ; #
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-0208"^^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.113" ]
] ) ; #
fhir:version [ fhir:v "2.2.0"] ; #
fhir:name [ fhir:v "QueryResponseStatus"] ; #
fhir:title [ fhir:v "queryResponseStatus"] ; #
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 defining precise response status concepts in support of HL7 Version 2 query messaging. It is commonly used to indicate no data is found that matches the query parameters, but no error. Used in HL7 Version 2.x messaging in the QAK segment."] ; #
fhir:purpose [ fhir:v "Underlying Master Code System for V2 table 0208 (Query Response Status)"] ; #
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-0208"^^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 "2126" ] ;
fhir:code [ fhir:v "OK" ] ;
fhir:display [ fhir:v "Data found, no errors (this is the default)" ] ;
fhir:definition [ fhir:v "Data found, no errors (this is the default)" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "2127" ] ;
fhir:code [ fhir:v "NF" ] ;
fhir:display [ fhir:v "No data found, no errors" ] ;
fhir:definition [ fhir:v "No data found, no errors" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "2128" ] ;
fhir:code [ fhir:v "AE" ] ;
fhir:display [ fhir:v "Application error" ] ;
fhir:definition [ fhir:v "Application error" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "2129" ] ;
fhir:code [ fhir:v "AR" ] ;
fhir:display [ fhir:v "Application reject" ] ;
fhir:definition [ fhir:v "Application reject" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ]
] )
] [
fhir:id [ fhir:v "2130" ] ;
fhir:code [ fhir:v "TM" ] ;
fhir:display [ fhir:v "Too much data found" ] ;
fhir:definition [ fhir:v "The response would exceed the maximum length designated in RCP-2 of the query message." ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "N" ]
] )
] [
fhir:id [ fhir:v "2131" ] ;
fhir:code [ fhir:v "PD" ] ;
fhir:display [ fhir:v "Protected data" ] ;
fhir:definition [ fhir:v "Data matching the query parameters was found but could not be shared with the querying system for reasons including local policy or legal restrictions." ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "N" ]
] )
] ) . #
# -------------------------------------------------------------------------------------