This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).
Draft as of 2024-05-14 |
@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:id [ fhir:v "vs-observations"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-observations</b></p><a name=\"vs-observations\"> </a><a name=\"hcvs-observations\"> </a><a name=\"vs-observations-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 363787002 (Observable entity)</li><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE matches (by regex) Laboratory class|Clinical class and STATUS = ACTIVE</li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/78030-4/\">78030-4</a></td><td>Episode of care Type</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "shareable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "publishable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel"^^xsd:anyURI ] ;
fhir:value [ fhir:v "structured" ]
] ) ; #
fhir:url [ fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "Observations"] ; #
fhir:title [ fhir:v "Observations"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-05-14"^^xsd:date] ; #
fhir:publisher [ fhir:v "Netzwerk Universitätsmedizin (NUM)"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.netzwerk-universitaetsmedizin.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Observations are measurements of a patient's state of health. They are typically made by a healthcare professional, but can also be self-reported by the patient."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "363787002" ] ] ) ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "CLASSTYPE" ] ;
fhir:op [ fhir:v "regex" ] ;
fhir:value [ fhir:v "Laboratory class|Clinical class" ] ] [
fhir:property [ fhir:v "STATUS" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "ACTIVE" ] ] ) ] ) ;
( fhir:exclude [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "78030-4" ] ;
fhir:display [ fhir:v "Episode of care Type" ] ] ) ] )
] . #
IG © 2021+ Universitätsmedizin Greifswald. Package de.netzwerk-universitaetsmedizin.ebm-cpg#1.0.2 based on FHIR 5.0.0. Generated 2024-10-21
Links: Table of Contents |
QA Report |
Issues |
Submit an issue |
Version History |
|