Package | de.netzwerk-universitaetsmedizin.ebm-cpg |
Resource Type | ValueSet |
Id | vs-guideline-recommendation-status |
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-guideline-recommendation-status.html |
URL | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-guideline-recommendation-status |
Version | 0.1.1 |
Status | draft |
Date | 2022-09-06 |
Name | GuidelineRecommendationStatus |
Title | Guideline Recommendation Status |
Realm | uv |
Authority | hl7 |
Description | Current status of a clinical practice guideline recommendation |
StructureDefinition | |
guideline-citation | Guideline Citation |
recommendation-citation | Recommendation Citation |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet vs-guideline-recommendation-status
Profile: CPGComputableValueSet
http://hl7.org/fhir/cited-artifact-status-type
Code | Display | Definition |
withdrawn | Withdrawn | The content that was not published has been removed from consideration for publishing by the submitter. |
active | Active | The content is considered complete for its current state by the content creator. |
draft | Draft | The content is considered unfinished or incomplete and not representative of the current state desired by the content creator. |
archived | Archived | The content is retired or considered no longer current but still available as part of the public record. |
{ "resourceType": "ValueSet", "id": "vs-guideline-recommendation-status", "meta": { "profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset" ] }, "text": { "status": "extensions", "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-guideline-recommendation-status", "version": "0.1.1", "name": "GuidelineRecommendationStatus", "title": "Guideline Recommendation Status", "status": "draft", "date": "2022-09-06", "publisher": "Netzwerk Universitätsmedizin (NUM)", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.netzwerk-universitaetsmedizin.de" } ] } ], "description": "Current status of a clinical practice guideline recommendation", "compose": { "include": [ { "system": "http://hl7.org/fhir/cited-artifact-status-type", "concept": [ { "code": "withdrawn", "display": "Withdrawn" }, { "code": "active", "display": "Active" }, { "code": "draft", "display": "Draft" }, { "code": "archived", "display": "Archived" } ] } ] } }