NHS Digital FHIR Medicines (Retired - 2.1.14)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

DM-Prescription-Therapy-Type

Url
https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type

This value set includes codes from the following code systems:

{
"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." />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType" />
<code value="acute" />
<display value="Acute" />
</concept>
<code value="repeat" />
<display value="Repeat" />
</concept>
<code value="repeat-dispensing" />
<display value="Repeat Dispensing" />
</concept>
</include>
</compose>
</ValueSet>
back to top