QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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:Resource.id [ fhir:value "qicore-negation-reason"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Negation Reason Codes</h2><div><p>This value set defines the set of codes that can be used to indicate the reason an action was not taken</p>\n</div><ul><li>Import all the codes that are contained in http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.56, http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.58, http://cts.nlm.nih.gov/fhir/2.16.840.1.113883.3.526.3.1009</li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason"]; fhir:ValueSet.version [ fhir:value "4.0.0"]; fhir:ValueSet.name [ fhir:value "NegationReasonCodes"]; fhir:ValueSet.title [ fhir:value "Negation Reason Codes"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2018-12-05T00:00:00+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Health Level Seven, Inc. - CQI WG"]; fhir:ValueSet.description [ fhir:value "This value set defines the set of codes that can be used to indicate the reason an action was not taken"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.purpose [ fhir:value "This value set was defined to support identifying any of the possible negation reason codes as part of QICore profiles. The value set is composed of the codes from [Medical Reason Not Done SCT](http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.56), [Patient Reason Not Done SCT](http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.58), and [System Reason](http://cts.nlm.nih.gov/fhir/2.16.840.1.113883.3.526.3.1009) as defined and available in the Value Set Authority Center."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.56"; fhir:index 0; fhir:link <http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.56> ], [ fhir:value "http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.58"; fhir:index 1; fhir:link <http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1021.58> ], [ fhir:value "http://cts.nlm.nih.gov/fhir/2.16.840.1.113883.3.526.3.1009"; fhir:index 2; fhir:link <http://cts.nlm.nih.gov/fhir/2.16.840.1.113883.3.526.3.1009> ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.