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

FHIR IG Statistics: CodeSystem/d49d00c8-417a-4643-8fee-827f332d986a

Packageuk.nhsdigital.r4.test
Resource TypeCodeSystem
Idd49d00c8-417a-4643-8fee-827f332d986a
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/CodeSystem/DM-prescription-charge
URLhttps://fhir.nhs.uk/CodeSystem/DM-prescription-charge
Version1.1.1
Statusactive
Date2018-05-18T00:00:00+00:00
NameDMPrescriptionCharge
DescriptionA CodeSystem to identify the treatment type of prescription
CopyrightCopyright © 2004 HSCIC
Contentcomplete

Resources that use this resource

ValueSet
DM-vs-prescription-chargeNHSBSAPrescriptionCharge

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "d49d00c8-417a-4643-8fee-827f332d986a",
  "url": "https://fhir.nhs.uk/CodeSystem/DM-prescription-charge",
  "version": "1.1.1",
  "name": "DMPrescriptionCharge",
  "status": "active",
  "date": "2018-05-18T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the treatment type of prescription",
  "copyright": "Copyright © 2004 HSCIC",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "paid-twice",
      "display": "Paid Twice"
    },
    {
      "code": "paid-once",
      "display": "Paid Once"
    },
    {
      "code": "not-paid",
      "display": "Not Paid"
    }
  ]
}