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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeConceptMap
IdMedicationRequest-course-therapy-type-map.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": "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"
            }
          ]
        }
      ]
    }
  ]
}