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

FHIR IG Statistics: ConceptMap/prescription-therapy-type-map

Packageuk.nhsdigital.r4.test
Resource TypeConceptMap
Idprescription-therapy-type-map
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/ConceptMap/MedicationRequest-course-therapy-type-map
URLhttps://fhir.nhs.uk/ConceptMap/MedicationRequest-course-therapy-type-map
Version4.0.1
Statusdraft
Date2020-07-22
NamePrescriptionTherapytypemap
TitleMedicationRequest Course Prescription Therapy Type Map
DescriptionPrescription Course of Therapy Mapping (DigitalMedicine to v3)
PurposeMedicine Management

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
medicationrequest-course-of-therapyMedicationRequest Course of Therapy Codes
DM-prescription-treatment-typePrescriptionTreatmentType
medicationrequest-course-of-therapyMedicationRequest Course of Therapy
ValueSet
DM-prescription-therapy-typeDMPrescriptionTherapyTypeValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "prescription-therapy-type-map",
  "url": "https://fhir.nhs.uk/ConceptMap/MedicationRequest-course-therapy-type-map",
  "version": "4.0.1",
  "name": "PrescriptionTherapytypemap",
  "title": "MedicationRequest Course Prescription Therapy Type Map",
  "status": "draft",
  "experimental": true,
  "date": "2020-07-22",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Prescription Course of Therapy Mapping (DigitalMedicine to v3)",
  "purpose": "Medicine Management",
  "sourceUri": "https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
      "target": "https://fhir.nhs.uk/CodeSystem/DM-prescription-treatment-type",
      "element": [
        {
          "code": "acute",
          "display": "Short course (acute) therapy",
          "target": [
            {
              "code": "0001",
              "display": "Acute",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "continuous",
          "display": "Continuous long term therapy",
          "target": [
            {
              "code": "0002",
              "display": "Repeat Prescribing",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "https://fhir.nhs.uk/CodeSystem/medicationrequest-course-of-therapy",
      "target": "https://fhir.nhs.uk/CodeSystem/DM-prescription-treatment-type",
      "element": [
        {
          "code": "continuous-repeat-dispensing",
          "display": "Continuous long term (repeat dispensing)",
          "target": [
            {
              "code": "0003",
              "display": "Repeat Dispensing",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}