This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v2.1.0: STU3 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "software-system-type"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">authoring<a name=\"software-system-type-authoring\"> </a></td><td>Authoring</td><td>A knowledge authoring environment</td></tr><tr><td style=\"white-space:nowrap\">testing<a name=\"software-system-type-testing\"> </a></td><td>Testing</td><td>A testing environment</td></tr><tr><td style=\"white-space:nowrap\">tooling<a name=\"software-system-type-tooling\"> </a></td><td>Tooling</td><td>Tooling software</td></tr><tr><td style=\"white-space:nowrap\">evaluation<a name=\"software-system-type-evaluation\"> </a></td><td>Evaluation</td><td>A knowledge evaluation environment</td></tr><tr><td style=\"white-space:nowrap\">reporting<a name=\"software-system-type-reporting\"> </a></td><td>Reporting</td><td>A quality reporting system</td></tr><tr><td style=\"white-space:nowrap\">data-capture<a name=\"software-system-type-data-capture\"> </a></td><td>Data Capture</td><td>A system that performs data-capture as part of a reporting pipeline</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type"];
fhir:CodeSystem.version [ fhir:value "2.1.0"];
fhir:CodeSystem.name [ fhir:value "SoftwareSystemType"];
fhir:CodeSystem.title [ fhir:value "Software System Type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2019-03-14T23:21:03-06:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Clinical Quality Information WG"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi/index.cfm" ] ]
];
fhir:CodeSystem.description [ fhir:value "The type of software system (authoring, testing, tooling, evaluation)"];
fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "http://hl7.org/fhir/us/cqfmeasures/ValueSet/software-system-type";
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/software-system-type>
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "authoring" ];
fhir:CodeSystem.concept.display [ fhir:value "Authoring" ];
fhir:CodeSystem.concept.definition [ fhir:value "A knowledge authoring environment" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "testing" ];
fhir:CodeSystem.concept.display [ fhir:value "Testing" ];
fhir:CodeSystem.concept.definition [ fhir:value "A testing environment" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "tooling" ];
fhir:CodeSystem.concept.display [ fhir:value "Tooling" ];
fhir:CodeSystem.concept.definition [ fhir:value "Tooling software" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "evaluation" ];
fhir:CodeSystem.concept.display [ fhir:value "Evaluation" ];
fhir:CodeSystem.concept.definition [ fhir:value "A knowledge evaluation environment" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "reporting" ];
fhir:CodeSystem.concept.display [ fhir:value "Reporting" ];
fhir:CodeSystem.concept.definition [ fhir:value "A quality reporting system" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "data-capture" ];
fhir:CodeSystem.concept.display [ fhir:value "Data Capture" ];
fhir:CodeSystem.concept.definition [ fhir:value "A system that performs data-capture as part of a reporting pipeline" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.