{ "description": "This is for description purposes only and will be replaced by the OAS specification.", "_filename": "CapabilityStatement-England-NationalProxyRequirements.json", "package_name": "fhir.r4.nhsengland.programme", "format": [ "application/fhir+xml", "application/fhir+json" ], "date": "2024-10-08", "publisher": "NHS England", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "name": "CapabilityStatementEnglandNationalProxyRequirements", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "CapabilityStatement England National Proxy Requirements", "package_version": "0.2.2-pre-release", "status": "draft", "id": "6d070dd0-b8b8-46a0-9c85-e1110b4d46e4", "kind": "requirements", "url": "https://fhir.nhs.uk/England/CapabilityStatement/England-NationalProxyRequirements", "version": "0.0.1-current", "rest": [ { "mode": "server", "resource": [ { "type": "Consent", "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-Consent-National-Proxy", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "name": "patient:identifier", "type": "token", "documentation": "Who (Patient NHS Number) the consent applies to" } ], "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 ```" }, { "type": "RelatedPerson", "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "interaction": [ { "code": "read" }, { "code": "search-type" } ], "searchParam": [ { "name": "patient:identifier", "type": "token", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "documentation": "The patient (NHS Number) this related person is related to" }, { "name": "identifier", "type": "token", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "documentation": "An Identifier (NHS Number) of the RelatedPerson" } ], "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 ```" } ] } ] }