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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCodeSystem
IdCodeSystem-DM-exemption-evidence.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": "CodeSystem",
  "id": "50c5c40b-abed-42fd-a544-3e89e2ae90c6",
  "url": "https://fhir.nhs.uk/CodeSystem/DM-exemption-evidence",
  "version": "1.1.0",
  "name": "DMPrescriptionExemptionEvidence",
  "status": "active",
  "date": "2020-04-21T00: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 prescription exemption evidence",
  "copyright": "Copyright © 2004 HSCIC",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "evidence-seen",
      "display": "Evidence Seen"
    },
    {
      "code": "no-evidence-seen",
      "display": "No Evidence Seen"
    }
  ]
}