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

FHIR IG Statistics: CapabilityStatement/CPIS-FHIR-API-Producer

Packagefhir.r4.nhsengland.programme
Resource TypeCapabilityStatement
IdCPIS-FHIR-API-Producer
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/CapabilityStatement/CPIS-FHIR-API-Producer
URLhttps://fhir.nhs.uk/CapabilityStatement/CPIS-FHIR-API-Producer
Version1.0.0
Statusdraft
Date2023-10-02
NameCPISFHIRAPIProducer
TitleCPIS FHIR API Producer
Realmus
Authorityhl7
DescriptionConformance requirements for NHS England CPIS FHIR API Producer Implementation Guide
PurposeConformance requirements for NHS England CPIS FHIR API Producer Implementation Guide
CopyrightCopyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CPIS-FHIR-API-Producer",
  "url": "https://fhir.nhs.uk/CapabilityStatement/CPIS-FHIR-API-Producer",
  "version": "1.0.0",
  "name": "CPISFHIRAPIProducer",
  "title": "CPIS FHIR API Producer",
  "status": "draft",
  "experimental": false,
  "date": "2023-10-02",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Conformance requirements for NHS England CPIS FHIR API Producer Implementation Guide",
  "purpose": "Conformance requirements for NHS England CPIS FHIR API Producer Implementation Guide",
  "copyright": "Copyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "cors": false,
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "OAuth"
              }
            ]
          }
        ],
        "description": "OIDC and OAuth2 via user present CIS2"
      },
      "resource": [
        {
          "type": "CareTeam",
          "profile": "http://hl7.org/fhir/StructureDefinition/CareTeam",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "token"
            }
          ]
        },
        {
          "type": "AuditEvent",
          "profile": "http://hl7.org/fhir/StructureDefinition/AuditEvent",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "PractitionerRole"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "token",
              "documentation": "AuditEvent.agent.who.where(resolve() is Patient) | AuditEvent.entity.what.where(resolve() is Patient)"
            }
          ]
        }
      ]
    }
  ]
}