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

FHIR IG Statistics: CapabilityStatement/CapabilityStatement-England-NationalProxyRequirements

Packagefhir.r4.nhsengland.programme
Resource TypeCapabilityStatement
IdCapabilityStatement-England-NationalProxyRequirements
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/CapabilityStatement/England-NationalProxyRequirements
URLhttps://fhir.nhs.uk/England/CapabilityStatement/England-NationalProxyRequirements
Version0.0.1-current
Statusdraft
Date2024-10-08
NameCapabilityStatementEnglandNationalProxyRequirements
TitleCapabilityStatement England National Proxy Requirements
Realmus
Authorityhl7
DescriptionThis is for description purposes only and will be replaced by the OAS specification.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
England-Consent-National-ProxyEngland Consent National Proxy
England-RelatedPerson-National-ProxyEngland Related Person National Proxy

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CapabilityStatement-England-NationalProxyRequirements",
  "url": "https://fhir.nhs.uk/England/CapabilityStatement/England-NationalProxyRequirements",
  "version": "0.0.1-current",
  "name": "CapabilityStatementEnglandNationalProxyRequirements",
  "title": "CapabilityStatement England National Proxy Requirements",
  "status": "draft",
  "experimental": false,
  "date": "2024-10-08",
  "publisher": "NHS England",
  "description": "This is for description purposes only and will be replaced by the OAS specification.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Consent",
          "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-Consent-National-Proxy",
          "documentation": "``` GET /Consent/{id} ```  ``` GET /Consent?{parameters} ```  Conformance to this implementation guide **SHOULD** be tested via [FHIR Validation](https://hl7.org/fhir/R4/validation.html).  **Search Examples**  Search for Consent's for a patient with a NHS Number of 9459304130  ``` GET /Consent?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9459304130 ```",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "patient:identifier",
              "type": "token",
              "documentation": "Who (Patient NHS Number) the consent applies to"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "RelatedPerson",
          "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy",
          "documentation": "`GET /RelatedPerson/{id}`  `GET /RelatedPerson?{parameters}`  Conformance to this implementation guide **SHOULD** be tested via [FHIR Validation](https://hl7.org/fhir/R4/validation.html).  **Search Examples**   Search for RelatedPerson's with a NHS Number of 9000000017   ```  GET /RelatedPerson?identifier=https://fhir.nhs.uk/Id/nhs-number|9000000017  ```   Search for RelatedPerson's that are related to a patient with a NHS Number of 9459304130   ```  GET /RelatedPerson?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9459304130  ```",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "patient:identifier",
              "type": "token",
              "documentation": "The patient (NHS Number) this related person is related to"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHOULD"
                }
              ],
              "name": "identifier",
              "type": "token",
              "documentation": "An Identifier (NHS Number) of the RelatedPerson"
            }
          ]
        }
      ]
    }
  ]
}