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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeValueSet
IdValueSet-DM-prescription-therapy-type.json
FHIR VersionR4

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"
          }
        ]
      }
    ]
  }
}