@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v2-0364"] ; # 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-0364"^^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.222" ] ] ) ; # fhir:version [ fhir:v "2.1.0"] ; # fhir:name [ fhir:v "CommentType"] ; # fhir:title [ fhir:v "commentType"] ; # 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 "Code system of concepts that identify the type of comment text being sent in the specific comment record. Used in the Notes and Comments (NTE) segment in HL7 Version 2.x messaging."] ; # fhir:purpose [ fhir:v "Underlying Master Code System for V2 table 0364 (Comment Type)"] ; # 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-0364"^^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 "3655" ] ; fhir:code [ fhir:v "PI" ] ; fhir:display [ fhir:v "Patient Instructions" ] ; fhir:definition [ fhir:v "Patient Instructions" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3656" ] ; fhir:code [ fhir:v "AI" ] ; fhir:display [ fhir:v "Ancillary Instructions" ] ; fhir:definition [ fhir:v "Ancillary Instructions" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3657" ] ; fhir:code [ fhir:v "GI" ] ; fhir:display [ fhir:v "General Instructions" ] ; fhir:definition [ fhir:v "General Instructions" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3658" ] ; fhir:code [ fhir:v "1R" ] ; fhir:display [ fhir:v "Primary Reason" ] ; fhir:definition [ fhir:v "Primary Reason" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3659" ] ; fhir:code [ fhir:v "2R" ] ; fhir:display [ fhir:v "Secondary Reason" ] ; fhir:definition [ fhir:v "Secondary Reason" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3660" ] ; fhir:code [ fhir:v "GR" ] ; fhir:display [ fhir:v "General Reason" ] ; fhir:definition [ fhir:v "General Reason" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3661" ] ; fhir:code [ fhir:v "RE" ] ; fhir:display [ fhir:v "Remark" ] ; fhir:definition [ fhir:v "Remark" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:id [ fhir:v "3662" ] ; fhir:code [ fhir:v "DR" ] ; fhir:display [ fhir:v "Duplicate/Interaction Reason" ] ; fhir:definition [ fhir:v "Duplicate/Interaction Reason" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "A" ] ] ) ] ) . # # -------------------------------------------------------------------------------------