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

FHIR IG Statistics: CapabilityStatement/NDOP-CapabilityStatement-Example-1

Packagenhsd.assets.stu3
Resource TypeCapabilityStatement
IdNDOP-CapabilityStatement-Example-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CapabilityStatement/NDOP-CapabilityStatement-1
URLhttps://fhir.nhs.uk/STU3/CapabilityStatement/NDOP-CapabilityStatement-1
Version1.0.0
Statusdraft
Date2017-01-24
NameNDOP-CapabilityStatement-1
Authorityhl7
DescriptionAn API for creating and updaing Opt-out preferences within the National Data Opt-out Programme.
CopyrightCopyright © 2017 NHS Digital
Kindrequirements

Resources that use this resource

CapabilityStatement
ndop.spineservices.nhs.ukNDOP-CapabilityStatement-1

Resources that this resource uses

StructureDefinition
NDOP-Consent-1NDOP-Consent-1.xml

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "url": "https://fhir.nhs.uk/STU3/CapabilityStatement/NDOP-CapabilityStatement-1",
  "version": "1.0.0",
  "name": "NDOP-CapabilityStatement-1",
  "status": "draft",
  "date": "2017-01-24",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An API for creating and updaing Opt-out preferences within the National Data Opt-out Programme.",
  "copyright": "Copyright © 2017 NHS Digital",
  "kind": "requirements",
  "fhirVersion": "3.0.1",
  "acceptUnknown": "no",
  "format": [
    "application/xml+fhir",
    "application/json+fhir"
  ],
  "implementationGuide": [
    "TBC"
  ],
  "profile": [
    {
      "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/NDOP-Consent-1"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Consent",
          "profile": {
            "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/NDOP-Consent-1",
            "display": "NDOP-Consent-1 Profile"
          },
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            }
          ],
          "versioning": "versioned",
          "readHistory": true,
          "searchParam": [
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "purpose",
              "type": "token"
            },
            {
              "name": "_id",
              "type": "token"
            }
          ]
        }
      ]
    }
  ]
}