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

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeCodeSystem
IdCodeSystem-NDOP-OptOutSource-1.json
FHIR VersionR3

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",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/NDOP-OptOutSource-1",
  "version": "1.2.0",
  "name": "Opt Out Source",
  "status": "draft",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "Code system used to indicate how the Opt-out record was captured.",
  "copyright": "© 2017 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "OP",
      "display": "Online Process"
    },
    {
      "code": "PFSP",
      "display": "Patient Facing Service App"
    },
    {
      "code": "FN",
      "display": "Form on NHS.UK"
    },
    {
      "code": "CC",
      "display": "Call Centre"
    },
    {
      "code": "PP",
      "display": "Paper Process"
    },
    {
      "code": "MG",
      "display": "NDOP Type 2 Migration"
    }
  ]
}