DM-Prescription-Therapy-Type
Url |
---|
https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type |
ValueSet 'Digital Medicine Prescription Therapy Type ValueSet'
Version | 4.0.1 |
Status | Draft |
Subset on CareConnect Prescription Therapy Type which is permitted for EPS use.
This value set includes codes from the following code systems:
The following codes from system:
Code Display acute Acute repeat Repeat repeat-dispensing Repeat Dispensing
{ "resourceType": "ValueSet", "id": "DM-prescription-therapy-type", "url": "https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type", "version": "4.0.1", "name": "Digital Medicine Prescription Therapy Type ValueSet", "status": "draft", "description": "Subset on CareConnect Prescription Therapy Type which is permitted for EPS use.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType", "concept": [ { "code": "acute", "display": "Acute" }, { "code": "repeat", "display": "Repeat" }, { "code": "repeat-dispensing", "display": "Repeat Dispensing" } ] } ] } }
<ValueSet xmlns="http://hl7.org/fhir"> <id value="DM-prescription-therapy-type" /> <url value="https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type" /> <version value="4.0.1" /> <name value="Digital Medicine Prescription Therapy Type ValueSet" /> <status value="draft" /> <description value="Subset on CareConnect Prescription Therapy Type which is permitted for EPS use." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType" /> <concept> <code value="acute" /> <display value="Acute" /> </concept> <concept> <code value="repeat" /> <display value="Repeat" /> </concept> <concept> <code value="repeat-dispensing" /> <display value="Repeat Dispensing" /> </concept> </include> </compose> </ValueSet>