NHS Digital FHIR Medicines

DM-prescription-charge-exemption

Url
https://fhir.nhs.uk/ValueSet/DM-prescription-charge-exemption

ValueSet 'DMprescriptionchargeexemption'

Version1.0.3
Published byNHS Digital
StatusDraft (since 2023-02-03T00:00:00+00:00)

Prescription Charge Exemption

Contact Information

Interoperability Team

Email: interoperabilityteam@nhs.net

This value set includes codes from the following code systems:

{
    "resourceType": "ValueSet",
    "id": "f36d7292-f6f1-4b6e-9d1b-8e1133531c60",
    "url": "https://fhir.nhs.uk/ValueSet/DM-prescription-charge-exemption",
    "version": "1.0.3",
    "name": "DMprescriptionchargeexemption",
    "title": "DM-prescription-charge-exemption",
    "status": "draft",
    "date": "2023-02-03T00:00:00+00:00",
    "publisher": "NHS Digital",
    "contact":  [
        {
            "name": "Interoperability Team",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work"
                }
            ]
        }
    ],
    "description": "Prescription Charge Exemption",
    "compose": {
        "include":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/prescription-charge-exemption",
                "version": "1.0.3"
            }
        ]
    }
}
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="f36d7292-f6f1-4b6e-9d1b-8e1133531c60" />
    <url value="https://fhir.nhs.uk/ValueSet/DM-prescription-charge-exemption" />
    <version value="1.0.3" />
    <name value="DMprescriptionchargeexemption" />
    <title value="DM-prescription-charge-exemption" />
    <status value="draft" />
    <date value="2023-02-03T00:00:00+00:00" />
    <publisher value="NHS Digital" />
    <contact>
        <name value="Interoperability Team" />
        <telecom>
            <system value="email" />
            <value value="interoperabilityteam@nhs.net" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="Prescription Charge Exemption" />
    <compose>
        <include>
            <system value="https://fhir.nhs.uk/CodeSystem/prescription-charge-exemption" />
            <version value="1.0.3" />
        </include>
    </compose>
</ValueSet>
back to top