FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeValueSet
IdValueSet-DM-prescription-therapy-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.18.16-pre-release&canonical=https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type
URLhttps://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type
Version4.0.1
Statusdraft
NameDMPrescriptionTherapyTypeValueSet
DescriptionSubset on CareConnect Prescription Therapy Type which is permitted for EPS use.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "61281319-c2a5-4bea-a950-f04b783aa4de",
  "url": "https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type",
  "version": "4.0.1",
  "name": "DMPrescriptionTherapyTypeValueSet",
  "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"
          }
        ]
      }
    ]
  }
}