Package | de.netzwerk-universitaetsmedizin.ebm-cpg |
Type | ValueSet |
Id | vs-observations |
FHIR Version | R5 |
Source | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-observations.html |
URL | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations |
Version | 0.1.1 |
Status | draft |
Date | 2024-05-14 |
Name | Observations |
Title | Observations |
Realm | uv |
Authority | hl7 |
Description | 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. |
StructureDefinition | |
eligibility-criteria | Eligibility Criteria |
CodeSystem | |
loinc.org | LOINC Code System |
sct | SNOMED CT (all versions) |
loinc.org | LOINC codes used in this IG |
sct | SNOMED codes used in this IG |
sct | veri |
loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet vs-observations
Profile: CPGComputableValueSet
This value set includes codes based on the following rules:
http://snomed.info/sct
where concept is-a 363787002 (Observable entity)http://loinc.org
where CLASSTYPE matches (by regex) Laboratory class|Clinical class and STATUS = ACTIVEThis value set excludes codes based on the following rules:
http://loinc.org
Code | Display |
78030-4 | Episode of care Type |
{ "resourceType": "ValueSet", "id": "vs-observations", "meta": { "profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "shareable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "computable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "publishable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel", "valueCode": "structured" } ], "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations", "version": "0.1.1", "name": "Observations", "title": "Observations", "status": "draft", "date": "2024-05-14", "publisher": "Netzwerk Universitätsmedizin (NUM)", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.netzwerk-universitaetsmedizin.de" } ] } ], "description": "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.", "compose": { "include": [ { "system": "http://snomed.info/sct", "filter": [ { "property": "concept", "op": "is-a", "value": "363787002" } ] }, { "system": "http://loinc.org", "filter": [ { "property": "CLASSTYPE", "op": "regex", "value": "Laboratory class|Clinical class" }, { "property": "STATUS", "op": "=", "value": "ACTIVE" } ] } ], "exclude": [ { "system": "http://loinc.org", "concept": [ { "code": "78030-4", "display": "Episode of care Type" } ] } ] } }