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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "observation-verification"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QICore Observation Verification Method</h2><div><p>Code for method by which the observation result was validated, e.g., human review, sliding average.</p>\n</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification 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=\"observation-verification-1\"> </a></td><td>Human review</td><td>The observation was reviewed and verified by a person</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"observation-verification-2\"> </a></td><td>Sliding average</td><td>The observation was verified against a sliding average</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification"]; fhir:CodeSystem.version [ fhir:value "4.0.0"]; fhir:CodeSystem.name [ fhir:value "ObservationVerification"]; fhir:CodeSystem.title [ fhir:value "QICore Observation Verification Method"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2018-08-22T00:00:00+00: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 "Code for method by which the observation result was validated, e.g., human review, sliding average."]; 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:Coding.display [ fhir:value "United States of America" ] ] ]; 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 "Human review" ]; fhir:CodeSystem.concept.definition [ fhir:value "The observation was reviewed and verified by a person" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Sliding average" ]; fhir:CodeSystem.concept.definition [ fhir:value "The observation was verified against a sliding average" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.