This page is part of the Quality Improvement Core Framework (v3.2.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, 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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "diagnosticorder-precondition"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QICore Diagnostic Order Precondition</h2><div><p>The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like 'after activity', 'at rest', or 'post-op'.</p>\n</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition 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\">1<a name=\"diagnosticorder-precondition-1\"> </a></td><td>After activity</td><td>The diagnostic test was or should be performed after the patient has engaged in physical activity</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"diagnosticorder-precondition-2\"> </a></td><td>At rest</td><td>The diagnostic test was or should be performed while the patient is at rest</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"diagnosticorder-precondition-3\"> </a></td><td>Post-op</td><td>The diagnostic test was or should be performed after the patient operation</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition"]; fhir:CodeSystem.version [ fhir:value "3.2.0"]; fhir:CodeSystem.name [ fhir:value "DiagnosticOrderPrecondition"]; fhir:CodeSystem.title [ fhir:value "QICore Diagnostic Order Precondition"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2018-08-22T00:00:00+10:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Health Level Seven, Inc. - CQI 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://hl7.org/special/committees/CQI" ] ] ]; fhir:CodeSystem.description [ fhir:value "The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like 'after activity', 'at rest', or 'post-op'. "]; 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.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "After activity" ]; fhir:CodeSystem.concept.definition [ fhir:value "The diagnostic test was or should be performed after the patient has engaged in physical activity" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "At rest" ]; fhir:CodeSystem.concept.definition [ fhir:value "The diagnostic test was or should be performed while the patient is at rest" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Post-op" ]; fhir:CodeSystem.concept.definition [ fhir:value "The diagnostic test was or should be performed after the patient operation" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.