FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/61281319-c2a5-4bea-a950-f04b783aa4de

Packageuk.nhsdigital.r4.test
Resource TypeValueSet
Id61281319-c2a5-4bea-a950-f04b783aa4de
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&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

ConceptMap
MedicationRequest-course-therapy-type-mapMedicationRequest Course Prescription Therapy Type Map

Resources that this resource uses

CodeSystem
UKCore-PrescriptionTypeUK Core Prescription Type

Narrative

No narrative content found in resource


Source

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