diff --git a/postman_collection.json b/postman_collection.json deleted file mode 100644 index f86203a9c..000000000 --- a/postman_collection.json +++ /dev/null @@ -1,856 +0,0 @@ -{ - "info": { - "_postman_id": "b5669e36-79c3-417d-b459-a71cd54a3009", - "name": "NRLF", - "description": "Data:-\n\nCustodian is Y05868, NHS number is 9999999999, Pointer type 736253002 (Mental Health Crisis Plan)\n\nInstructions:-\n\nThere are 2 sets of tests Producer, with all the Producer interactions and Consumer, with all the Consumer interactions.\n\nUse POST Create to create some pointers so you can then search, read, update and delete them. Over time pointers may be deleted so its best to use a Search command to see what pointers are available and note down their 'id' so they can be used within other interactions.\n\nFor POST Create Supersede then a pointer to supersede should be identified and updated within the 'relatesTo' segment within the request. The supersede must be for the same patient and pointer type.\n\nThe document attachment is purely a test website. The postman collection will not retrieve documents as SSP is required for retrieval.\n\nNo token is needed when sending the request as the Sandbox does not require this.", - "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "33474807", - "_collection_link": "https://cellsigma.postman.co/workspace/My-Workspace~a0c5ee7e-14ee-44f6-8976-a715e9e3c391/collection/33474807-b5669e36-79c3-417d-b459-a71cd54a3009?action=share&source=collection_link&creator=33474807" - }, - "item": [ - { - "name": "Producer", - "item": [ - { - "name": "POST Create Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "POST", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "create-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"status\": \"current\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"736253002\",\n \"display\": \"Mental health crisis plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"734163000\",\n \"display\": \"Care plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"subject\": {\n \"identifier\": {\n \"value\": \"9999999999\",\n \"system\": \"https://fhir.nhs.uk/Id/nhs-number\"\n }\n },\n \"date\": \"2024-10-29T13:23:28+00:00\",\n \"author\": [\n {\n \"identifier\": {\n \"value\": \"Y05868\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n }\n ],\n \"custodian\": {\n \"identifier\": {\n \"value\": \"Y05868\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n },\n \"content\": [\n {\n \"attachment\": {\n \"contentType\": \"application/pdf\",\n \"language\": \"en-US\",\n \"url\": \"https://example.org/my-doc.pdf\",\n \"creation\": \"2024-10-28T15:26:00+01:00\",\n \"hash\": \"2jmj7l5rSw0yVb/vlWAYkK/YBwk=\",\n \"title\": \"Physical\",\n \"size\":\"1000\"\n },\n \"format\": {\n \"code\": \"urn:nhs-ic:unstructured\",\n \"display\": \"Unstructured Document\",\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability\",\n \"code\": \"static\",\n \"display\": \"Static\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"context\": {\n \"period\": {\n \"start\": \"2024-03-06T13:34:00+01:00\",\n \"end\":\"2026-03-06T13:34:00+01:00\"\n },\n \"practiceSetting\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"788002001\",\n \"display\": \"Adult mental health service\"\n }\n ]\n },\n \"related\": [\n {\n \"identifier\": {\n \"system\": \"https://fhir.nhs.uk/Id/nhsSpineASID\",\n \"value\": \"200000001991\"\n }\n }\n ]\n },\n \"resourceType\": \"DocumentReference\"\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference" - ] - } - }, - "response": [] - }, - { - "name": "POST Create Supersede Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "POST", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "create-supersede-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"status\": \"current\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"736253002\",\n \"display\": \"Mental health crisis plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"relatesTo\": [\n {\n \"code\": \"replaces\",\n \"target\": {\n \"type\": \"DocumentReference\",\n \"identifier\": {\n \"value\": \"Y05868-98dbebaf-c32d-4771-b5ac-f0610a024c31\"\n }\n }\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"734163000\",\n \"display\": \"Care plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"subject\": {\n \"identifier\": {\n \"value\": \"9999999999\",\n \"system\": \"https://fhir.nhs.uk/Id/nhs-number\"\n }\n },\n \"date\": \"2024-10-29T13:23:28+00:00\",\n \"author\": [\n {\n \"identifier\": {\n \"value\": \"Y05868\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n }\n ],\n \"custodian\": {\n \"identifier\": {\n \"value\": \"Y05868\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n },\n \"content\": [\n {\n \"attachment\": {\n \"contentType\": \"application/pdf\",\n \"language\": \"en-US\",\n \"url\": \"https://example.org/my-doc.pdf\",\n \"creation\": \"2024-10-28T15:26:00+01:00\",\n \"hash\": \"2jmj7l5rSw0yVb/vlWAYkK/YBwk=\",\n \"title\": \"Physical\",\n \"size\":\"1000\"\n },\n \"format\": {\n \"code\": \"urn:nhs-ic:unstructured\",\n \"display\": \"Unstructured Document\",\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability\",\n \"code\": \"static\",\n \"display\": \"Static\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"context\": {\n \"period\": {\n \"start\": \"2024-03-06T13:34:00+01:00\",\n \"end\":\"2026-03-06T13:34:00+01:00\"\n },\n \"practiceSetting\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"788002001\",\n \"display\": \"Adult mental health service\"\n }\n ]\n },\n \"related\": [\n {\n \"identifier\": {\n \"system\": \"https://fhir.nhs.uk/Id/nhsSpineASID\",\n \"value\": \"200000001991\"\n }\n }\n ]\n },\n \"resourceType\": \"DocumentReference\"\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference" - ] - } - }, - "response": [] - }, - { - "name": "PUT Update Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "PUT", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "update-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"status\": \"current\",\n \"id\": \"Y05868-2341fb51-fa25-4190-802c-858768029765\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"736253002\",\n \"display\": \"Mental health crisis plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"masterIdentifier\": {\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"urn:oid:1.3.6.1.4.1.21367.2005.4.1\"\n },\n \"relatesTo\": [\n {\n \"code\": \"replaces\",\n \"target\": {\n \"type\": \"DocumentReference\",\n \"identifier\": {\n \"value\": \"Y05868-df3f632a-94a5-4f9b-81dd-b76df52273b3\"\n }\n }\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"734163000\",\n \"display\": \"Care plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"subject\": {\n \"identifier\": {\n \"value\": \"9999999999\",\n \"system\": \"https://fhir.nhs.uk/Id/nhs-number\"\n }\n },\n \"date\": \"2025-01-29T13:23:28+00:00\",\n \"author\": [\n {\n \"identifier\": {\n \"value\": \"RJ11\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n }\n ],\n \"custodian\": {\n \"identifier\": {\n \"value\": \"Y05868\",\n \"system\": \"https://fhir.nhs.uk/Id/ods-organization-code\"\n }\n },\n \"content\": [\n {\n \"attachment\": {\n \"contentType\": \"application/pdf\",\n \"language\": \"en-US\",\n \"url\": \"https://example.org/my-doc-updated.pdf\",\n \"creation\": \"2025-01-27T15:26:00+01:00\",\n \"hash\": \"2jmj7l5rSw0yVb/vlWAYkK/YBwk=\",\n \"title\": \"Physical\",\n \"size\":\"1000\"\n },\n \"format\": {\n \"code\": \"urn:nhs-ic:unstructured\",\n \"display\": \"Unstructured Document\",\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability\",\n \"code\": \"static\",\n \"display\": \"Static\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"context\": {\n \"period\": {\n \"start\": \"2025-03-06T13:34:00+01:00\",\n \"end\":\"2026-04-06T13:34:00+01:00\"\n },\n \"practiceSetting\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"788002001\",\n \"display\": \"Adult mental health service\"\n }\n ]\n },\n \"related\": [\n {\n \"identifier\": {\n \"system\": \"https://fhir.nhs.uk/Id/nhsSpineASID\",\n \"value\": \"200000001991\"\n }\n }\n ]\n },\n \"resourceType\": \"DocumentReference\"\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference/Y05868-2341fb51-fa25-4190-802c-858768029765", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference", - "Y05868-2341fb51-fa25-4190-802c-858768029765" - ] - } - }, - "response": [] - }, - { - "name": "POST Search Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "POST", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "search-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\"subject:identifier\":\"https://fhir.nhs.uk/Id/nhs-number|9999999999\",\n\"type\":\"http://snomed.info/sct|736253002\"}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference/_search", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference", - "_search" - ] - } - }, - "response": [] - }, - { - "name": "GET Search Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "GET", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "search-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9999999999&type=http://snomed.info/sct|736253002", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference" - ], - "query": [ - { - "key": "subject:identifier", - "value": "https://fhir.nhs.uk/Id/nhs-number|9999999999" - }, - { - "key": "type", - "value": "http://snomed.info/sct|736253002" - } - ] - } - }, - "response": [] - }, - { - "name": "GET Read Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "GET", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "read-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference/Y05868-8552f0d6-c915-4f6a-810d-9d3da3943c94", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference", - "Y05868-8552f0d6-c915-4f6a-810d-9d3da3943c94" - ] - } - }, - "response": [] - }, - { - "name": "DEL Delete Pointer", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "method": "DELETE", - "header": [ - { - "key": "nhsd-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "nrl-producer-api-sandbox", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - }, - { - "key": "Authorization", - "value": "auth", - "type": "text" - }, - { - "key": "x-request-id", - "value": "delete-pointer-test", - "type": "text" - }, - { - "key": "accept", - "value": "version=1.0", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/producer/FHIR/R4/DocumentReference/Y05868-aae5cc20-9074-43d4-babc-94eddf890dfe", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "producer", - "FHIR", - "R4", - "DocumentReference", - "Y05868-aae5cc20-9074-43d4-babc-94eddf890dfe" - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Consumer", - "item": [ - { - "name": "GET Search", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "SazYuPaGhA1uaWr3HCq7U7cZilhM", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Accept", - "value": "version=1.0", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "consumer-get-search", - "type": "text" - }, - { - "key": "x-request-id", - "value": "search-pointer", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9999999999&type=http://snomed.info/sct|736253002&custodian:identifier=https://fhir.nhs.uk/Id/ods-organization-code|Y05868", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "consumer", - "FHIR", - "R4", - "DocumentReference" - ], - "query": [ - { - "key": "subject:identifier", - "value": "https://fhir.nhs.uk/Id/nhs-number|9999999999" - }, - { - "key": "type", - "value": "http://snomed.info/sct|736253002" - }, - { - "key": "custodian:identifier", - "value": "https://fhir.nhs.uk/Id/ods-organization-code|Y05868" - }, - { - "key": "next-page-token", - "value": "", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "POST Search", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "gwAJySqy0SySAHwN71GixPSbCLHV", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Accept", - "value": "application/json; version=1.0", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "consumer-post-search", - "type": "text" - }, - { - "key": "x-request-id", - "value": "search-pointer", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\"type\":\"http://snomed.info/sct|736253002\",\n\"subject:identifier\":\"https://fhir.nhs.uk/Id/nhs-number|9999999999\",\n\"custodian:identifier\":\"https://fhir.nhs.uk/Id/ods-organization-code|Y05868\"}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference/_search", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "consumer", - "FHIR", - "R4", - "DocumentReference", - "_search" - ] - } - }, - "response": [] - }, - { - "name": "GET Count", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "bpt9fauEItb5fn1xEWJOy7aQsGxn", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Accept", - "value": "version=1.0", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "consumer-count", - "type": "text" - }, - { - "key": "x-request-id", - "value": "count-pointer", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference/_count?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9999999999", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "consumer", - "FHIR", - "R4", - "DocumentReference", - "_count" - ], - "query": [ - { - "key": "subject:identifier", - "value": "https://fhir.nhs.uk/Id/nhs-number|9999999999" - } - ] - } - }, - "response": [] - }, - { - "name": "GET Read", - "protocolProfileBehavior": { - "disabledSystemHeaders": { - "accept": true - } - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "bpt9fauEItb5fn1xEWJOy7aQsGxn", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Accept", - "value": "version=1.0", - "type": "text" - }, - { - "key": "x-correlation-id", - "value": "consumer-read", - "type": "text" - }, - { - "key": "x-request-id", - "value": "read-pointer", - "type": "text" - }, - { - "key": "NHSD-End-User-Organisation-ODS", - "value": "Y05868", - "type": "text" - } - ], - "url": { - "raw": "https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference/Y05868-26b5c8bf-864b-4eb1-928f-4bafb6d9b7b8", - "protocol": "https", - "host": ["sandbox", "api", "service", "nhs", "uk"], - "path": [ - "record-locator", - "consumer", - "FHIR", - "R4", - "DocumentReference", - "Y05868-26b5c8bf-864b-4eb1-928f-4bafb6d9b7b8" - ] - } - }, - "response": [] - } - ] - } - ], - "event": [ - { - "listen": "prerequest", - "script": { - "type": "text/javascript", - "exec": [ - "pm.globals.set('now', new Date().toISOString().substr(0, 19));", - "pm.globals.set('randomNumber', Math.floor(Math.random() * 100));", - "" - ] - } - }, - { - "listen": "test", - "script": { - "type": "text/javascript", - "exec": [""] - } - } - ], - "variable": [ - { - "key": "APIGEE_BASE_URL", - "value": "https://int.api.service.nhs.uk", - "type": "string" - }, - { - "key": "APIGEE_PRODUCER_URL", - "value": "{{APIGEE_BASE_URL}}/nrl-producer-api/FHIR/R4", - "type": "string" - }, - { - "key": "APIGEE_CONSUMER_URL", - "value": "{{APIGEE_BASE_URL}}/nrl-consumer-api/FHIR/R4", - "type": "string" - }, - { - "key": "ODS_CODE", - "value": "!! CHANGE THIS VALUE !!", - "type": "string" - }, - { - "key": "ACCESS_TOKEN", - "value": "!! CHANGE THIS VALUE !!" - }, - { - "key": "DOCUMENT_TYPE", - "value": "{{SNOMED_MENTAL_HEALTH_CRISIS_PLAN}}", - "type": "string" - }, - { - "key": "DOCUMENT_TYPE_SET", - "value": "https%3A%2F%2Fsnomed.info%2Fict%7C{{DOCUMENT_TYPE}}", - "type": "string" - }, - { - "key": "VERSION", - "value": "1", - "type": "string" - }, - { - "key": "X_REQUEST_ID", - "value": "DEMO", - "type": "string" - }, - { - "key": "X_CORRELATION_ID", - "value": "DEMO", - "type": "string" - }, - { - "key": "NHSD_CORRELATION_ID", - "value": "{{X_CORRELATION_ID}}", - "type": "string" - }, - { - "key": "NHS_NUMBER", - "value": "9278693472", - "type": "string" - }, - { - "key": "NHS_NUMBER_ALT", - "value": "9448646348", - "type": "string" - }, - { - "key": "NHS_NUMBER_MISSING", - "value": "9000000033", - "type": "string" - }, - { - "key": "SUBJECT", - "value": "https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C{{NHS_NUMBER}}", - "type": "string" - }, - { - "key": "LOCAL_DOCUMENT_ID", - "value": "DEMO_0000000001", - "type": "string" - }, - { - "key": "DOCUMENT_ID", - "value": "{{ODS_CODE}}-{{LOCAL_DOCUMENT_ID}}", - "type": "string" - }, - { - "key": "SNOMED_CODE_APPOINTMENT", - "value": "749001000000101", - "type": "string" - }, - { - "key": "SNOMED_EMERGENCY_HEALTH_CARE_PLAN", - "value": "887701000000100", - "type": "string" - }, - { - "key": "SNOMED_MENTAL_HEALTH_CRISIS_PLAN", - "value": "736253002", - "type": "string" - }, - { - "key": "SNOMED_END_OF_LIFE_CARE_COORDINATION_SUMMARY", - "value": "861421000000109", - "type": "string" - }, - { - "key": "ACCEPT", - "value": "application/json; version={{VERSION}}", - "type": "string" - } - ] -} diff --git a/resources/fhir/NRLF-ContentStability-ValueSet.json b/resources/fhir/NRLF-ContentStability-ValueSet.json deleted file mode 100644 index 46520b8eb..000000000 --- a/resources/fhir/NRLF-ContentStability-ValueSet.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "NRLF-ContentStability", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLContentStability", - "version": "1.0.0", - "name": "NRLF Content Stability", - "status": "draft", - "date": "2025-01-28T00:00:00+00:00", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A code from the NRL Content Stability coding system to represent the stability of the content.", - "copyright": "Copyright 2024 NHS Digital.", - "compose": { - "include": [ - { - "system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability", - "concept": [ - { - "code": "static", - "display": "Static" - }, - { - "code": "dynamic", - "display": "Dynamic" - } - ] - } - ] - } -} diff --git a/resources/fhir/NRLF-DocumentReference.json b/resources/fhir/NRLF-DocumentReference.json deleted file mode 100644 index b7985c35a..000000000 --- a/resources/fhir/NRLF-DocumentReference.json +++ /dev/null @@ -1,222 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "url": "https://fhir.nhs.uk/England/StructureDefinition/NRLF-DocumentReference", - "name": "NRLF-DocumentReference", - "status": "draft", - "fhirVersion": "4.0.1", - "kind": "resource", - "abstract": false, - "type": "DocumentReference", - "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "DocumentReference.type", - "path": "DocumentReference.type", - "short": "Kind of document (SNOMED code)", - "definition": "Specifies the particular kind of document referenced.", - "comment": "Key metadata element describing the document that describes the exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.", - "requirements": "NRL assigns permissions and indexes for search by document type and category.", - "min": 1, - "binding": { - "strength": "required", - "valueSet": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType" - } - }, - { - "id": "DocumentReference.type.coding", - "path": "DocumentReference.type.coding", - "min": 1, - "max": "1" - }, - { - "id": "DocumentReference.type.coding.system", - "path": "DocumentReference.type.coding.system", - "min": 1 - }, - { - "id": "DocumentReference.type.coding.code", - "path": "DocumentReference.type.coding.code", - "min": 1 - }, - { - "id": "DocumentReference.type.coding.display", - "path": "DocumentReference.type.coding.display", - "min": 1 - }, - { - "id": "DocumentReference.category", - "path": "DocumentReference.category", - "requirements": "NRL assigns permissions and indexes for search by document type and category.", - "min": 1, - "max": "1", - "binding": { - "strength": "required", - "valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordCategory" - } - }, - { - "id": "DocumentReference.category.coding", - "path": "DocumentReference.category.coding", - "min": 1, - "max": "1" - }, - { - "id": "DocumentReference.category.coding.system", - "path": "DocumentReference.category.coding.system", - "min": 1 - }, - { - "id": "DocumentReference.category.coding.code", - "path": "DocumentReference.category.coding.code", - "min": 1 - }, - { - "id": "DocumentReference.category.coding.display", - "path": "DocumentReference.category.coding.display", - "min": 1 - }, - { - "id": "DocumentReference.subject", - "path": "DocumentReference.subject", - "definition": "The patient to which the document pertains, as identified by NHS number.", - "min": 1, - "type": [ - { - "code": "Reference", - "targetProfile": ["http://hl7.org/fhir/StructureDefinition/Patient"] - } - ] - }, - { - "id": "DocumentReference.subject.identifier", - "path": "DocumentReference.subject.identifier", - "min": 1 - }, - { - "id": "DocumentReference.subject.identifier.system", - "path": "DocumentReference.subject.identifier.system", - "min": 1, - "fixedUri": "https://fhir.nhs.uk/Id/nhs-number" - }, - { - "id": "DocumentReference.subject.identifier.value", - "path": "DocumentReference.subject.identifier.value", - "definition": "The patient's NHS number.", - "min": 1 - }, - { - "id": "DocumentReference.author", - "path": "DocumentReference.author", - "min": 1, - "max": "1", - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization" - ] - } - ] - }, - { - "id": "DocumentReference.author.identifier", - "path": "DocumentReference.author.identifier", - "min": 1 - }, - { - "id": "DocumentReference.author.identifier.system", - "path": "DocumentReference.author.identifier.system", - "min": 1, - "fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code" - }, - { - "id": "DocumentReference.author.identifier.value", - "path": "DocumentReference.author.identifier.value", - "definition": "The ODS code for the author organisation", - "min": 1 - }, - { - "id": "DocumentReference.custodian", - "path": "DocumentReference.custodian", - "min": 1 - }, - { - "id": "DocumentReference.custodian.identifier", - "path": "DocumentReference.custodian.identifier", - "min": 1 - }, - { - "id": "DocumentReference.custodian.identifier.system", - "path": "DocumentReference.custodian.identifier.system", - "min": 1, - "fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code" - }, - { - "id": "DocumentReference.custodian.identifier.value", - "path": "DocumentReference.custodian.identifier.value", - "definition": "The ODS code of the custodian organisation.", - "min": 1 - }, - { - "id": "DocumentReference.content.attachment.contentType", - "path": "DocumentReference.content.attachment.contentType", - "min": 1 - }, - { - "id": "DocumentReference.content.attachment.url", - "path": "DocumentReference.content.attachment.url", - "min": 1 - }, - { - "id": "DocumentReference.content.format", - "path": "DocumentReference.content.format", - "min": 1, - "binding": { - "strength": "required", - "valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLFormatCode" - } - }, - { - "id": "DocumentReference.content.format.system", - "path": "DocumentReference.content.format.system", - "min": 1 - }, - { - "id": "DocumentReference.content.format.code", - "path": "DocumentReference.content.format.code", - "min": 1 - }, - { - "id": "DocumentReference.content.format.display", - "path": "DocumentReference.content.format.display", - "min": 1 - }, - { - "id": "DocumentReference.context.practiceSetting", - "path": "DocumentReference.context.practiceSetting", - "min": 1, - "binding": { - "strength": "required", - "valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLPracticeSetting" - } - }, - { - "id": "DocumentReference.context.practiceSetting.coding.system", - "path": "DocumentReference.context.practiceSetting.coding.system", - "min": 1 - }, - { - "id": "DocumentReference.context.practiceSetting.coding.code", - "path": "DocumentReference.context.practiceSetting.coding.code", - "min": 1 - }, - { - "id": "DocumentReference.context.practiceSetting.coding.display", - "path": "DocumentReference.context.practiceSetting.coding.display", - "min": 1 - } - ] - } -} diff --git a/resources/fhir/NRLF-FormatCode-ValueSet.json b/resources/fhir/NRLF-FormatCode-ValueSet.json deleted file mode 100644 index 4f48ee992..000000000 --- a/resources/fhir/NRLF-FormatCode-ValueSet.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "NRLF-FormatCode", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLFormatCode", - "version": "1.0.3", - "name": "NRLF Format Code", - "status": "draft", - "date": "2025-05-22T00:00:00+00:00", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A ValueSet that identifies the format of the content of the target document or record of a National Record Locator pointer.", - "copyright": "Copyright © 2024 NHS Digital", - "compose": { - "include": [ - { - "system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode", - "concept": [ - { - "code": "urn:nhs-ic:record-contact", - "display": "Contact details (HTTP Unsecured)" - }, - { - "code": "urn:nhs-ic:unstructured", - "display": "Unstructured Document" - }, - { - "code": "urn:nhs-ic:structured", - "display": "Structured Document" - } - ] - } - ] - } -} diff --git a/resources/fhir/NRLF-PracticeSetting-ValueSet.json b/resources/fhir/NRLF-PracticeSetting-ValueSet.json deleted file mode 100644 index 0048df36c..000000000 --- a/resources/fhir/NRLF-PracticeSetting-ValueSet.json +++ /dev/null @@ -1,1893 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "NRLF-PracticeSetting", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLPracticeSetting", - "version": "1.1.3", - "name": "NRLF Record Practice Setting", - "status": "draft", - "date": "2025-05-22T00:00:00+00:00", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical practice setting.", - "copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", - "compose": { - "include": [ - { - "system": "http://snomed.info/sct", - "concept": [ - { - "code": "2471000175109", - "display": "Employee health service" - }, - { - "code": "828331000000102", - "display": "Homeopathy service" - }, - { - "code": "893041000000108", - "display": "Transient ischaemic attack service" - }, - { - "code": "893391000000101", - "display": "Adult cystic fibrosis service" - }, - { - "code": "828811000000104", - "display": "Child psychiatry service" - }, - { - "code": "741073001", - "display": "Neonatal intensive care service" - }, - { - "code": "3801000175108", - "display": "Pediatric pulmonology service" - }, - { - "code": "893521000000108", - "display": "Respiratory physiology service" - }, - { - "code": "892801000000107", - "display": "Audiological medicine service" - }, - { - "code": "892571000000101", - "display": "Medical oncology service" - }, - { - "code": "893421000000107", - "display": "Tropical medicine service" - }, - { - "code": "1060971000000108", - "display": "General practice service" - }, - { - "code": "907271000000106", - "display": "Genetics laboratory service" - }, - { - "code": "224891009", - "display": "Healthcare services" - }, - { - "code": "893771000000104", - "display": "Paediatric respiratory medicine service" - }, - { - "code": "893591000000106", - "display": "Paediatric metabolic disease service" - }, - { - "code": "892771000000109", - "display": "Cardiothoracic transplantation service" - }, - { - "code": "92151000000102", - "display": "Mental health crisis resolution team" - }, - { - "code": "893141000000109", - "display": "Nephrology service" - }, - { - "code": "829981000000108", - "display": "Community child health service" - }, - { - "code": "733459009", - "display": "Cardiac rehabilitation service" - }, - { - "code": "893971000000101", - "display": "Paediatric burns care service" - }, - { - "code": "931851000000100", - "display": "Oral pathology service" - }, - { - "code": "3771000175106", - "display": "Pediatric gastroenterology service" - }, - { - "code": "893621000000109", - "display": "Paediatric ear nose and throat service" - }, - { - "code": "828281000000107", - "display": "Eating disorders service" - }, - { - "code": "893121000000102", - "display": "Spinal surgery service" - }, - { - "code": "892751000000100", - "display": "Clinical immunology and allergy service" - }, - { - "code": "893601000000100", - "display": "Paediatric medical oncology service" - }, - { - "code": "3751000175100", - "display": "Pediatric emergency medical service" - }, - { - "code": "893951000000105", - "display": "Paediatric cardiology service" - }, - { - "code": "931831000000107", - "display": "Oral medicine service" - }, - { - "code": "829961000000104", - "display": "Out of hours service" - }, - { - "code": "911381000000108", - "display": "Telehealthcare service" - }, - { - "code": "828181000000101", - "display": "Community sexual and reproductive health" - }, - { - "code": "2451000175103", - "display": "Perinatology service" - }, - { - "code": "893851000000100", - "display": "Paediatric neurosurgery service" - }, - { - "code": "109201000000109", - "display": "Substance misuse team" - }, - { - "code": "893671000000108", - "display": "Paediatric urology service" - }, - { - "code": "932271000000104", - "display": "Oral and maxillofacial surgery service" - }, - { - "code": "444933003", - "display": "Home hospice service" - }, - { - "code": "444913002", - "display": "Diabetes mellitus service" - }, - { - "code": "892601000000108", - "display": "Intermediate care service" - }, - { - "code": "893801000000101", - "display": "Paediatric ophthalmology service" - }, - { - "code": "911231000000103", - "display": "Remote health monitoring service" - }, - { - "code": "893091000000103", - "display": "Infectious diseases service" - }, - { - "code": "893221000000106", - "display": "Specialist rehabilitation service" - }, - { - "code": "828381000000103", - "display": "Well woman service" - }, - { - "code": "907301000000109", - "display": "National Health Service 111 service" - }, - { - "code": "828511000000102", - "display": "National Health Service 24" - }, - { - "code": "893701000000107", - "display": "Paediatric thoracic surgery service" - }, - { - "code": "828861000000102", - "display": "Programmed pulmonary rehabilitation service" - }, - { - "code": "931781000000102", - "display": "Acute medicine service" - }, - { - "code": "827641000000101", - "display": "Anticoagulant service" - }, - { - "code": "893201000000102", - "display": "Sport and exercise medicine service" - }, - { - "code": "278032008", - "display": "Preventive service" - }, - { - "code": "892731000000107", - "display": "Dental medicine service" - }, - { - "code": "893451000000102", - "display": "Respite care service" - }, - { - "code": "2351000175106", - "display": "Sports medicine service" - }, - { - "code": "893271000000105", - "display": "Medical virology service" - }, - { - "code": "708168004", - "display": "Mental health service" - }, - { - "code": "708169007", - "display": "Respiratory therapy service" - }, - { - "code": "708171007", - "display": "Vascular ultrasound service" - }, - { - "code": "708170008", - "display": "Nursing service" - }, - { - "code": "708173005", - "display": "Obstetric ultrasound service" - }, - { - "code": "708172000", - "display": "Cardiac ultrasound service" - }, - { - "code": "708175003", - "display": "Diagnostic imaging service" - }, - { - "code": "708178001", - "display": "Cytogenetics service" - }, - { - "code": "708174004", - "display": "Interventional radiology service" - }, - { - "code": "708179009", - "display": "Molecular pathology service" - }, - { - "code": "708183009", - "display": "Anatomic pathology service" - }, - { - "code": "708182004", - "display": "Histology service" - }, - { - "code": "708180007", - "display": "Dermatopathology service" - }, - { - "code": "708187005", - "display": "Surgical pathology service" - }, - { - "code": "708185002", - "display": "Virology service" - }, - { - "code": "708184003", - "display": "Clinical pathology service" - }, - { - "code": "708188000", - "display": "Serology service" - }, - { - "code": "708194008", - "display": "Blood bank service" - }, - { - "code": "708196005", - "display": "Hematology service" - }, - { - "code": "708191000", - "display": "Toxicology service" - }, - { - "code": "708190004", - "display": "Immunology service" - }, - { - "code": "708193002", - "display": "Coagulation service" - }, - { - "code": "89301000000108", - "display": "Community mental health team" - }, - { - "code": "893301000000108", - "display": "Local specialist rehabilitation service" - }, - { - "code": "893651000000104", - "display": "Paediatric clinical immunology and allergy service" - }, - { - "code": "893171000000103", - "display": "Clinical neurophysiology service" - }, - { - "code": "711332004", - "display": "Allergy service" - }, - { - "code": "893151000000107", - "display": "Nuclear medicine service" - }, - { - "code": "894001000000107", - "display": "Paediatric audiological medicine service" - }, - { - "code": "892781000000106", - "display": "Burns care service" - }, - { - "code": "3781000175109", - "display": "Pediatric infectious disease service" - }, - { - "code": "893631000000106", - "display": "Paediatric diabetic medicine service" - }, - { - "code": "827621000000108", - "display": "Addiction service" - }, - { - "code": "893531000000105", - "display": "Psychiatric intensive care service" - }, - { - "code": "893881000000106", - "display": "Paediatric maxillofacial surgery service" - }, - { - "code": "893051000000106", - "display": "Clinical allergy service" - }, - { - "code": "893351000000109", - "display": "Complex specialised rehabilitation service" - }, - { - "code": "893001000000105", - "display": "Clinical genetics service" - }, - { - "code": "908981000000101", - "display": "Remote triage and advice service" - }, - { - "code": "931811000000104", - "display": "Histopathology service" - }, - { - "code": "1079481000000104", - "display": "Perinatal psychiatry service" - }, - { - "code": "893251000000101", - "display": "Mental health recovery and rehabilitation service" - }, - { - "code": "3531000175102", - "display": "Geriatric service" - }, - { - "code": "736622005", - "display": "Aboriginal health service" - }, - { - "code": "983641000000106", - "display": "Fracture liaison service" - }, - { - "code": "893711000000109", - "display": "Neonatal critical care service" - }, - { - "code": "828521000000108", - "display": "National Health Service Direct" - }, - { - "code": "892761000000102", - "display": "Clinical haematology service" - }, - { - "code": "901221000000102", - "display": "Perinatal mental health service" - }, - { - "code": "706902008", - "display": "Mycology service" - }, - { - "code": "706901001", - "display": "Bacteriology service" - }, - { - "code": "706903003", - "display": "Mycobacteriology service" - }, - { - "code": "706900000", - "display": "Parasitology service" - }, - { - "code": "893131000000100", - "display": "Genitourinary medicine service" - }, - { - "code": "413294000", - "display": "Community health services" - }, - { - "code": "413299005", - "display": "Early years services" - }, - { - "code": "828291000000109", - "display": "Dispensing optometry service" - }, - { - "code": "413331009", - "display": "Voluntary services" - }, - { - "code": "61831000000105", - "display": "Periodontics service" - }, - { - "code": "893231000000108", - "display": "Podiatric surgery service" - }, - { - "code": "893581000000109", - "display": "Well baby service" - }, - { - "code": "893911000000106", - "display": "Paediatric gastrointestinal surgery service" - }, - { - "code": "395104009", - "display": "Cancer primary healthcare multidisciplinary team" - }, - { - "code": "892711000000104", - "display": "Gynaecological oncology service" - }, - { - "code": "893331000000102", - "display": "Dementia assessment service" - }, - { - "code": "892611000000105", - "display": "Hepatology service" - }, - { - "code": "893681000000105", - "display": "Paediatric trauma and orthopaedics service" - }, - { - "code": "395086005", - "display": "Community specialist palliative care" - }, - { - "code": "395092004", - "display": "Specialist palliative care" - }, - { - "code": "710028007", - "display": "Maxillofacial surgery service" - }, - { - "code": "892811000000109", - "display": "Adult mental health service" - }, - { - "code": "828821000000105", - "display": "Adolescent psychiatry service" - }, - { - "code": "983341000000102", - "display": "Pharmacy First service" - }, - { - "code": "893431000000109", - "display": "Trauma and orthopaedics service" - }, - { - "code": "893781000000102", - "display": "Paediatric plastic surgery service" - }, - { - "code": "892581000000104", - "display": "Learning disability service" - }, - { - "code": "893661000000101", - "display": "Paediatric clinical haematology service" - }, - { - "code": "893311000000105", - "display": "Haemophilia service" - }, - { - "code": "373654008", - "display": "Medical referral service" - }, - { - "code": "893081000000100", - "display": "Respiratory medicine service" - }, - { - "code": "911221000000100", - "display": "Remote care environment monitoring service" - }, - { - "code": "409971007", - "display": "Emergency medical services" - }, - { - "code": "828371000000100", - "display": "Well man service" - }, - { - "code": "963151000000104", - "display": "Diabetic medicine service" - }, - { - "code": "893761000000106", - "display": "Paediatric rheumatology service" - }, - { - "code": "932841000000106", - "display": "Public health dentistry service" - }, - { - "code": "893861000000102", - "display": "Paediatric neurodisability service" - }, - { - "code": "92191000000105", - "display": "Early intervention in psychosis team" - }, - { - "code": "722424008", - "display": "Physical medicine and rehabilitation service" - }, - { - "code": "89311000000105", - "display": "Crisis prevention assessment and treatment team" - }, - { - "code": "722393008", - "display": "Legal medicine service" - }, - { - "code": "722352000", - "display": "Vascular medicine service" - }, - { - "code": "722170006", - "display": "Chiropractic service" - }, - { - "code": "722174002", - "display": "Pulmonary medicine service" - }, - { - "code": "722175001", - "display": "Psychosomatic medicine service" - }, - { - "code": "722176000", - "display": "Dentistry service" - }, - { - "code": "722140001", - "display": "Physiotherapy service" - }, - { - "code": "892561000000108", - "display": "Medical ophthalmology service" - }, - { - "code": "714088003", - "display": "Midwifery service" - }, - { - "code": "714089006", - "display": "Community midwifery service" - }, - { - "code": "3761000175103", - "display": "Pediatric endocrinology service" - }, - { - "code": "893611000000103", - "display": "Paediatric epilepsy service" - }, - { - "code": "893961000000108", - "display": "Paediatric cardiac surgery service" - }, - { - "code": "931841000000103", - "display": "Oral microbiology service" - }, - { - "code": "91901000000109", - "display": "Assertive outreach team" - }, - { - "code": "828191000000104", - "display": "Dental hygiene service" - }, - { - "code": "893031000000104", - "display": "Clinical immunology service" - }, - { - "code": "893381000000103", - "display": "Clinical psychology service" - }, - { - "code": "2461000175101", - "display": "Pulmonary rehabilitation service" - }, - { - "code": "893161000000105", - "display": "Neurology service" - }, - { - "code": "828201000000102", - "display": "Dental surgery assistance service" - }, - { - "code": "1079491000000102", - "display": "Paediatric diabetes service" - }, - { - "code": "893261000000103", - "display": "Mental health dual diagnosis service" - }, - { - "code": "310031001", - "display": "Family planning service" - }, - { - "code": "310032008", - "display": "Intensive care service" - }, - { - "code": "310030000", - "display": "Endoscopy service" - }, - { - "code": "310034009", - "display": "Pediatric intensive care service" - }, - { - "code": "310033003", - "display": "Adult intensive care service" - }, - { - "code": "310025004", - "display": "Complementary therapy service" - }, - { - "code": "310024000", - "display": "Colposcopy service" - }, - { - "code": "310027007", - "display": "Mental health counseling service" - }, - { - "code": "310026003", - "display": "Counseling service" - }, - { - "code": "310029005", - "display": "Domiciliary visit service" - }, - { - "code": "310028002", - "display": "Diagnostic investigation service" - }, - { - "code": "310020009", - "display": "Hearing therapy service" - }, - { - "code": "310022001", - "display": "Clinical oncology service" - }, - { - "code": "310021008", - "display": "Assistive listening device service" - }, - { - "code": "310023006", - "display": "Radiotherapy service" - }, - { - "code": "310017001", - "display": "Pediatric hearing aid service" - }, - { - "code": "310016005", - "display": "Adult hearing aid service" - }, - { - "code": "310015009", - "display": "Hearing aid service" - }, - { - "code": "310014008", - "display": "Pediatric cochlear implant service" - }, - { - "code": "310013002", - "display": "Adult cochlear implant service" - }, - { - "code": "310012007", - "display": "Cochlear implant service" - }, - { - "code": "310011000", - "display": "Aural rehabilitation service" - }, - { - "code": "310010004", - "display": "Distraction test audiological screening service" - }, - { - "code": "310019003", - "display": "Tinnitus management service" - }, - { - "code": "310018006", - "display": "Speech-reading training service" - }, - { - "code": "310001007", - "display": "Anesthetic service" - }, - { - "code": "310000008", - "display": "Accident and Emergency service" - }, - { - "code": "310003005", - "display": "Child assessment service" - }, - { - "code": "310002000", - "display": "Assessment service" - }, - { - "code": "310008001", - "display": "Audiological screening service" - }, - { - "code": "310009009", - "display": "Neonatal audiological screening service" - }, - { - "code": "310005003", - "display": "Diagnostic audiology service" - }, - { - "code": "310004004", - "display": "Audiological service" - }, - { - "code": "310007006", - "display": "Pediatric diagnostic audiology service" - }, - { - "code": "310006002", - "display": "Adult diagnostic audiology service" - }, - { - "code": "310085001", - "display": "Drama therapy service" - }, - { - "code": "310086000", - "display": "Music therapy service" - }, - { - "code": "310083008", - "display": "Art therapy service" - }, - { - "code": "310082003", - "display": "Arts therapy services" - }, - { - "code": "310084002", - "display": "Dance therapy service" - }, - { - "code": "310089007", - "display": "Hospital-based podiatry service" - }, - { - "code": "310087009", - "display": "Podiatry service" - }, - { - "code": "310088004", - "display": "Community-based podiatry service" - }, - { - "code": "310080006", - "display": "Pharmacy service" - }, - { - "code": "310081005", - "display": "Professional allied to medicine service" - }, - { - "code": "310079008", - "display": "Neuropathology service" - }, - { - "code": "310078000", - "display": "Medical microbiology service" - }, - { - "code": "310071006", - "display": "Pain management service" - }, - { - "code": "310070007", - "display": "Special care baby service" - }, - { - "code": "310072004", - "display": "Acute pain service" - }, - { - "code": "310073009", - "display": "Palliative care service" - }, - { - "code": "310076001", - "display": "Clinical biochemistry service" - }, - { - "code": "310074003", - "display": "Pathology service" - }, - { - "code": "310064001", - "display": "Occupational health service" - }, - { - "code": "310063007", - "display": "Obstetrics service" - }, - { - "code": "310066004", - "display": "Pediatric service" - }, - { - "code": "310065000", - "display": "Open access service" - }, - { - "code": "310068003", - "display": "Pediatric neurology service" - }, - { - "code": "310067008", - "display": "Community pediatric service" - }, - { - "code": "310069006", - "display": "Pediatric oncology service" - }, - { - "code": "310061009", - "display": "Gynecology service" - }, - { - "code": "310062002", - "display": "Pregnancy termination service" - }, - { - "code": "310060005", - "display": "Obstetrics and gynecology service" - }, - { - "code": "310099002", - "display": "Child physiotherapy service" - }, - { - "code": "310098005", - "display": "Hospital-based physiotherapy service" - }, - { - "code": "310091004", - "display": "Community-based dietetics service" - }, - { - "code": "310090003", - "display": "Dietetics service" - }, - { - "code": "310096009", - "display": "Hospital-based occupational therapy service" - }, - { - "code": "310094007", - "display": "Community-based occupational therapy service" - }, - { - "code": "310095008", - "display": "Social services occupational therapy service" - }, - { - "code": "310093001", - "display": "Occupational therapy service" - }, - { - "code": "310092006", - "display": "Hospital-based dietetics service" - }, - { - "code": "310120006", - "display": "Mental handicap psychiatry service" - }, - { - "code": "310121005", - "display": "Psychogeriatric service" - }, - { - "code": "310126000", - "display": "Breast screening service" - }, - { - "code": "310128004", - "display": "Computerized tomography service" - }, - { - "code": "310127009", - "display": "Magnetic resonance imaging service" - }, - { - "code": "310129007", - "display": "Rehabilitation service" - }, - { - "code": "310122003", - "display": "Rehabilitation psychiatry service" - }, - { - "code": "310123008", - "display": "Psychology service" - }, - { - "code": "310124002", - "display": "Psychotherapy service" - }, - { - "code": "310125001", - "display": "Radiology service" - }, - { - "code": "310117003", - "display": "Child and adolescent psychiatry service" - }, - { - "code": "310116007", - "display": "Psychiatry service" - }, - { - "code": "310119000", - "display": "Liaison psychiatry service" - }, - { - "code": "310118008", - "display": "Forensic psychiatry service" - }, - { - "code": "310114005", - "display": "Community surgical fitting service" - }, - { - "code": "310112009", - "display": "Surgical fitting service" - }, - { - "code": "310115006", - "display": "Public health service" - }, - { - "code": "310113004", - "display": "Hospital surgical fitting service" - }, - { - "code": "310110001", - "display": "Hospital orthotics service" - }, - { - "code": "310111002", - "display": "Community orthotics service" - }, - { - "code": "310109006", - "display": "Orthotics service" - }, - { - "code": "310108003", - "display": "Community orthoptics service" - }, - { - "code": "310105000", - "display": "Optometry service" - }, - { - "code": "310107008", - "display": "Hospital orthoptics service" - }, - { - "code": "310106004", - "display": "Orthoptics service" - }, - { - "code": "310104001", - "display": "Child speech and language therapy service" - }, - { - "code": "310103007", - "display": "Hospital-based speech and language therapy service" - }, - { - "code": "310102002", - "display": "Community-based speech and language therapy service" - }, - { - "code": "310141000", - "display": "Thoracic surgery service" - }, - { - "code": "310143002", - "display": "Dental surgery service" - }, - { - "code": "310142007", - "display": "Cardiac surgery service" - }, - { - "code": "310144008", - "display": "General dental surgery service" - }, - { - "code": "310145009", - "display": "Oral surgery service" - }, - { - "code": "310146005", - "display": "Orthodontics service" - }, - { - "code": "310147001", - "display": "Pediatric dentistry service" - }, - { - "code": "310148006", - "display": "Restorative dentistry service" - }, - { - "code": "310149003", - "display": "Ear, nose and throat service" - }, - { - "code": "310140004", - "display": "Cardiothoracic surgery service" - }, - { - "code": "310131003", - "display": "Community rehabilitation service" - }, - { - "code": "310130002", - "display": "Head injury rehabilitation service" - }, - { - "code": "310134006", - "display": "Social services" - }, - { - "code": "310135007", - "display": "Social services department customer services" - }, - { - "code": "310132005", - "display": "Young disabled service" - }, - { - "code": "310133000", - "display": "Swallow clinic" - }, - { - "code": "310139001", - "display": "Breast surgery service" - }, - { - "code": "310138009", - "display": "Surgical service" - }, - { - "code": "310136008", - "display": "Social services department duty team" - }, - { - "code": "310137004", - "display": "Stroke service" - }, - { - "code": "310101009", - "display": "Speech and language therapy service" - }, - { - "code": "310100005", - "display": "Play therapy service" - }, - { - "code": "734862008", - "display": "Endodontic service" - }, - { - "code": "734863003", - "display": "Prosthodontic service" - }, - { - "code": "310168000", - "display": "Vascular surgery service" - }, - { - "code": "310169008", - "display": "Ultrasonography service" - }, - { - "code": "310165002", - "display": "Transplant surgery service" - }, - { - "code": "310167005", - "display": "Urology service" - }, - { - "code": "310166001", - "display": "Trauma surgery service" - }, - { - "code": "310163009", - "display": "Pediatric surgical service" - }, - { - "code": "310164003", - "display": "Plastic surgery service" - }, - { - "code": "310161006", - "display": "Orthopedic service" - }, - { - "code": "310162004", - "display": "Pancreatic surgery service" - }, - { - "code": "310160007", - "display": "Ophthalmology service" - }, - { - "code": "310151004", - "display": "Gastrointestinal surgery service" - }, - { - "code": "310152006", - "display": "General gastrointestinal surgery service" - }, - { - "code": "310153001", - "display": "Upper gastrointestinal surgery service" - }, - { - "code": "310155008", - "display": "Colorectal surgery service" - }, - { - "code": "310150003", - "display": "Endocrine surgery service" - }, - { - "code": "310157000", - "display": "Hand surgery service" - }, - { - "code": "310156009", - "display": "General surgical service" - }, - { - "code": "310159002", - "display": "Neurosurgical service" - }, - { - "code": "310158005", - "display": "Hepatobiliary surgical service" - }, - { - "code": "828301000000108", - "display": "Electrocardiography service" - }, - { - "code": "310200001", - "display": "Cytology service" - }, - { - "code": "734920002", - "display": "Diabetes mellitus education service" - }, - { - "code": "829951000000102", - "display": "Industrial therapy service" - }, - { - "code": "931821000000105", - "display": "School nursing service" - }, - { - "code": "893941000000107", - "display": "Paediatric dermatology service" - }, - { - "code": "892741000000103", - "display": "Clinical microbiology service" - }, - { - "code": "893211000000100", - "display": "Spinal injuries service" - }, - { - "code": "92221000000103", - "display": "Mental health home treatment team" - }, - { - "code": "3621000175101", - "display": "Rheumatology service" - }, - { - "code": "408451000", - "display": "Community learning disabilities team" - }, - { - "code": "408452007", - "display": "Behavioral intervention team" - }, - { - "code": "408458006", - "display": "Specialist multidisciplinary team" - }, - { - "code": "893341000000106", - "display": "Congenital heart disease service" - }, - { - "code": "445449000", - "display": "Acute care hospice service" - }, - { - "code": "1078501000000104", - "display": "Health visiting service" - }, - { - "code": "893691000000107", - "display": "Paediatric transplantation surgery service" - }, - { - "code": "892621000000104", - "display": "Hepatobiliary and pancreatic surgery service" - }, - { - "code": "2421000175108", - "display": "Acute care inpatient service" - }, - { - "code": "931801000000101", - "display": "Community nursing service" - }, - { - "code": "699478002", - "display": "Surgical oncology service" - }, - { - "code": "893791000000100", - "display": "Paediatric pain management service" - }, - { - "code": "893541000000101", - "display": "Prosthetics service" - }, - { - "code": "699650006", - "display": "Community based physiotherapy service" - }, - { - "code": "893891000000108", - "display": "Paediatric interventional radiology service" - }, - { - "code": "827631000000105", - "display": "Emergency ambulance service" - }, - { - "code": "827981000000103", - "display": "Paediatric cystic fibrosis service" - }, - { - "code": "892821000000103", - "display": "Critical care medicine service" - }, - { - "code": "700435004", - "display": "Clinical physiology service" - }, - { - "code": "700436003", - "display": "Clinical pharmacology service" - }, - { - "code": "700434000", - "display": "Endocrinology service" - }, - { - "code": "700221004", - "display": "Care of elderly service" - }, - { - "code": "700433006", - "display": "Gastroenterology service" - }, - { - "code": "700231006", - "display": "Critical care physician service" - }, - { - "code": "700232004", - "display": "General medical service" - }, - { - "code": "700241009", - "display": "Dermatology service" - }, - { - "code": "893061000000109", - "display": "Cardiology service" - }, - { - "code": "705150003", - "display": "Domiciliary physiotherapy service" - }, - { - "code": "932241000000105", - "display": "Blood banking and transfusion service" - }, - { - "code": "3791000175107", - "display": "Pediatric nephrology service" - }, - { - "code": "892791000000108", - "display": "Blood and marrow transplantation service" - }, - { - "code": "893641000000102", - "display": "Palliative medicine service" - }, - { - "code": "431051000124102", - "display": "Dialysis service" - }, - { - "code": "23951000087100", - "display": "Opioid dependence service" - }, - { - "code": "1323651000000109", - "display": "Cardiac physiology service" - }, - { - "code": "788126001", - "display": "Prosthetic service" - }, - { - "code": "788124003", - "display": "Histopathology service" - }, - { - "code": "788125002", - "display": "Addiction service" - }, - { - "code": "788123009", - "display": "Radiation oncology service" - }, - { - "code": "788122004", - "display": "Sexual health service" - }, - { - "code": "788128000", - "display": "Critical care medicine service" - }, - { - "code": "788127005", - "display": "Child health service" - }, - { - "code": "788121006", - "display": "Clinical immunology and allergy service" - }, - { - "code": "733921009", - "display": "Transplant medicine service" - }, - { - "code": "788001008", - "display": "Infectious disease service" - }, - { - "code": "788002001", - "display": "Adult mental health service" - }, - { - "code": "788003006", - "display": "Nephrology service" - }, - { - "code": "788009005", - "display": "Nuclear medicine service" - }, - { - "code": "788006003", - "display": "Genetic laboratory service" - }, - { - "code": "788004000", - "display": "Clinical genetics service" - }, - { - "code": "788005004", - "display": "Neurology service" - }, - { - "code": "788008002", - "display": "Oral and maxillofacial surgery service" - }, - { - "code": "788007007", - "display": "General practice service" - }, - { - "code": "1326391000000100", - "display": "FNP (Family Nurse Partnership) service" - }, - { - "code": "1186717003", - "display": "Intellectual disability psychiatry service" - }, - { - "code": "830149003", - "display": "Clinical neurophysiology service" - }, - { - "code": "224930009", - "display": "Services" - }, - { - "code": "830039004", - "display": "Genitourinary medicine service" - }, - { - "code": "830038007", - "display": "Clinical allergy service" - }, - { - "code": "830037002", - "display": "Clinical immunology service" - }, - { - "code": "1326421000000106", - "display": "Safeguarding children team" - }, - { - "code": "1323551000000105", - "display": "Inherited metabolic medicine service" - }, - { - "code": "28541000087101", - "display": "Musculoskeletal service" - }, - { - "code": "24271000087103", - "display": "Adult chronic pain management service" - }, - { - "code": "1240241000000109", - "display": "Community sexual and reproductive health service" - }, - { - "code": "897188002", - "display": "Pediatric hematology service" - }, - { - "code": "1323631000000102", - "display": "Aviation and space medicine service" - }, - { - "code": "1325831000000100", - "display": "Post-COVID-19 syndrome service" - }, - { - "code": "1323431000000104", - "display": "Fetal medicine service" - }, - { - "code": "24001000087103", - "display": "Paediatric plastic surgery service" - }, - { - "code": "24351000087104", - "display": "Paediatric chronic pain management service" - }, - { - "code": "1323881000000102", - "display": "Stroke medicine service" - }, - { - "code": "1323531000000103", - "display": "Urological physiology service" - }, - { - "code": "148621000000100", - "display": "School aged immunisation service" - }, - { - "code": "24101000087102", - "display": "HIV (human immunodeficiency virus) social work service" - }, - { - "code": "23911000087104", - "display": "Medication review service" - }, - { - "code": "1148679005", - "display": "Specialist palliative care service" - }, - { - "code": "773558007", - "display": "Physical medicine service" - }, - { - "code": "24051000087102", - "display": "Breast surgical oncology service" - }, - { - "code": "896974005", - "display": "Transgender health service" - }, - { - "code": "1323611000000105", - "display": "Paediatric inherited metabolic medicine service" - }, - { - "code": "1323661000000107", - "display": "Paediatric audiovestibular medicine service" - }, - { - "code": "24331000087108", - "display": "Narcotic addiction service with chronic pain management" - }, - { - "code": "1323561000000108", - "display": "Gastrointestinal physiology service" - }, - { - "code": "34911000087100", - "display": "Amputation care service" - }, - { - "code": "1231786003", - "display": "Refugee healthcare service" - }, - { - "code": "1163002007", - "display": "Electrocardiography service" - }, - { - "code": "1163004008", - "display": "Hyperbaric medicine service" - }, - { - "code": "1163003002", - "display": "Colorectal cancer screening service" - }, - { - "code": "1323841000000105", - "display": "Paediatric palliative medicine service" - }, - { - "code": "1163054002", - "display": "Gastroscopy service" - }, - { - "code": "1231392007", - "display": "Paediatric orthopaedic service" - }, - { - "code": "1231391000", - "display": "Colonoscopy service" - }, - { - "code": "1231393002", - "display": "Spirometry service" - }, - { - "code": "1231390004", - "display": "Hand therapy service" - }, - { - "code": "1231394008", - "display": "Paediatric urology service" - }, - { - "code": "24081000087105", - "display": "HIV (human immunodeficiency virus) nurse practitioner service" - }, - { - "code": "23941000087103", - "display": "Narcotic addiction service" - }, - { - "code": "1323641000000106", - "display": "Audiovestibular medicine service" - }, - { - "code": "840587001", - "display": "Aerospace medical service" - }, - { - "code": "840586005", - "display": "Neonatal service" - }, - { - "code": "840585009", - "display": "Postnatal service" - }, - { - "code": "816075004", - "display": "Prosthetic and orthotic service" - }, - { - "code": "1323921000000108", - "display": "Neuropsychiatry service" - }, - { - "code": "24011000087101", - "display": "Vascular imaging service" - }, - { - "code": "1323691000000101", - "display": "General internal medical service" - }, - { - "code": "23891000087102", - "display": "Adult hematology service" - }, - { - "code": "1323821000000103", - "display": "Paediatric clinical pharmacology service" - }, - { - "code": "789718008", - "display": "Cardiology service" - }, - { - "code": "789714005", - "display": "Pediatric rheumatology service" - }, - { - "code": "789715006", - "display": "Paediatric respiratory therapy service" - }, - { - "code": "789716007", - "display": "Pediatric otolaryngology service" - }, - { - "code": "789717003", - "display": "Paediatric cardiology service" - }, - { - "code": "148581000000100", - "display": "Personal health record provider service" - }, - { - "code": "792849008", - "display": "Pediatric clinical genetics service" - }, - { - "code": "792847005", - "display": "Emergency ambulance service" - }, - { - "code": "792848000", - "display": "Internal medicine service" - }, - { - "code": "1323621000000104", - "display": "Medical psychotherapy service" - }, - { - "code": "1323871000000104", - "display": "Rehabilitation medicine service" - }, - { - "code": "1230046007", - "display": "Cervical cancer screening service" - }, - { - "code": "1230045006", - "display": "Cardiac diagnostic service" - }, - { - "code": "1230044005", - "display": "Cardiac specialist nursing service" - }, - { - "code": "1362761000000103", - "display": "Adult safeguarding team" - }, - { - "code": "1323901000000104", - "display": "Rare disease service" - }, - { - "code": "1136421000168109", - "display": "Sleep medicine service" - }, - { - "code": "1323701000000101", - "display": "Vascular physiology service" - }, - { - "code": "24141000087104", - "display": "Spine orthopedic surgery service" - }, - { - "code": "1323571000000101", - "display": "Orthogeriatric medicine service" - }, - { - "code": "1323801000000107", - "display": "Paediatric oral and maxillofacial surgery service" - }, - { - "code": "23871000087101", - "display": "Adult dermatology service" - }, - { - "code": "1323601000000108", - "display": "Ophthalmic and vision science service" - }, - { - "code": "1234796008", - "display": "Community nursing service" - }, - { - "code": "23901000087101", - "display": "Hepatology service" - }, - { - "code": "1324191000000107", - "display": "Intensive care medicine service" - }, - { - "code": "2391000175104", - "display": "Bariatric surgery service" - }, - { - "code": "1323851000000108", - "display": "Paediatric hepatology service" - }, - { - "code": "24291000087104", - "display": "Geriatric chronic pain management service" - }, - { - "code": "1323501000000109", - "display": "Special care dentistry service" - }, - { - "code": "1423561000000102", - "display": "Acute oncology service" - }, - { - "code": "394802001", - "display": "General medicine" - } - ] - } - ] - } -} diff --git a/resources/fhir/NRLF-RecordCategory-ValueSet.json b/resources/fhir/NRLF-RecordCategory-ValueSet.json deleted file mode 100644 index 8a93c0214..000000000 --- a/resources/fhir/NRLF-RecordCategory-ValueSet.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "NRLF-RecordCategory", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordCategory", - "version": "1.1.4", - "name": "NRLF Record Category", - "status": "draft", - "date": "2025-08-14T00:00:00+00:00", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical record class.", - "copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", - "compose": { - "include": [ - { - "system": "http://snomed.info/sct", - "concept": [ - { - "code": "734163000", - "display": "Care plan" - }, - { - "code": "1102421000000108", - "display": "Observations" - }, - { - "code": "823651000000106", - "display": "Clinical note" - }, - { - "code": "721981007", - "display": "Diagnostic studies report" - }, - { - "code": "103693007", - "display": "Diagnostic procedure" - }, - { - "code": "419891008", - "display": "Record artifact" - }, - { - "code": "716931000000107", - "display": "Record headings" - }, - { - "code": "423876004", - "display": "Clinical document" - } - ] - } - ] - } -} diff --git a/resources/fhir/NRLF-RecordType-CodeSystem.json b/resources/fhir/NRLF-RecordType-CodeSystem.json deleted file mode 100644 index 7e909bedc..000000000 --- a/resources/fhir/NRLF-RecordType-CodeSystem.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "resourceType": "CodeSystem", - "id": "England-NRLRecordType", - "url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType", - "version": "1.1.0", - "name": "EnglandNRLRecordType", - "title": "England NRL Record Typê", - "status": "draft", - "experimental": false, - "date": "2026-04-28", - "publisher": "NHS England", - "contact": [ - { - "name": "NRL Team at NHS Digital", - "telecom": [ - { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - ] - } - ], - "description": "A CodeSystem to define types of DocumentReference that can be published and retrieved via NHS England's National Record Locator v3 APIs.", - "copyright": "Copyright © 2026+ 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.", - "content": "complete", - "concept": [ - { - "code": "HDTAP", - "display": "Hospital Discharge to Assess Plan", - "definition": "A \\\"Discharge to Assess\\\" (D2A) plan. D2A is a model whereby people with new or additional health and/or social care needs on discharge receive post-discharge recovery support, and where assessments of longer-term or ongoing needs (if required) are fully completed only once a person has reached a point of recovery and stability." - } - ] -} diff --git a/resources/fhir/NRLF-RecordType-ValueSet.json b/resources/fhir/NRLF-RecordType-ValueSet.json deleted file mode 100644 index 19aaa3aa3..000000000 --- a/resources/fhir/NRLF-RecordType-ValueSet.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "NRLF-RecordType", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordType", - "version": "1.1.6", - "name": "NRLF Record Type", - "status": "draft", - "date": "2026-04-27T00:00:00+00:00", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A code from the SNOMED Clinical Terminology UK coding system or another NHS coding system to represent the NRL clinical record type", - "copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT and other coding systems, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT and other coding systems is not covered by this agreement.", - "compose": { - "include": [ - { - "system": "http://snomed.info/sct", - "concept": [ - { - "code": "736253002", - "display": "Mental health crisis plan" - }, - { - "code": "887701000000100", - "display": "Emergency health care plan" - }, - { - "code": "861421000000109", - "display": "End of life care coordination summary" - }, - { - "code": "1382601000000107", - "display": "ReSPECT (Recommended Summary Plan for Emergency Care and Treatment) form" - }, - { - "code": "1363501000000100", - "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) chart" - }, - { - "code": "325691000000100", - "display": "Contingency plan" - }, - { - "code": "736373009", - "display": "End of life care plan" - }, - { - "code": "16521000000101", - "display": "Lloyd George record folder" - }, - { - "code": "736366004", - "display": "Advance care plan" - }, - { - "code": "735324008", - "display": "Treatment escalation plan" - }, - { - "code": "824321000000109", - "display": "Summary record" - }, - { - "code": "2181441000000107", - "display": "Personalised Care and Support Plan" - }, - { - "code": "749001000000101", - "display": "Appointment" - }, - { - "code": "887181000000106", - "display": "Clinical summary" - }, - { - "code": "1515851000000101", - "display": "About me" - } - ] - }, - { - "system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType", - "concept": [ - { - "code": "HDTAP", - "display": "Hospital Discharge to Assess Plan" - } - ] - }, - { - "system": "https://nicip.nhs.uk", - "concept": [ - { - "code": "MAULR", - "display": "MRA Upper Limb Rt" - }, - { - "code": "MAXIB", - "display": "MRI Axilla Both" - } - ] - } - ] - } -} diff --git a/resources/fhir/NRLF-Retrieval-CodeSystem.json b/resources/fhir/NRLF-Retrieval-CodeSystem.json deleted file mode 100644 index 9bb302ad0..000000000 --- a/resources/fhir/NRLF-Retrieval-CodeSystem.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "resourceType": "CodeSystem", - "id": "England-NRLRetrievalMechanism", - "url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRetrievalMechanism", - "version": "1.1.0", - "name": "EnglandNRLRetrievalMechanism", - "title": "England NRL Retrieval Mechanism", - "status": "draft", - "experimental": false, - "date": "2025-02-28", - "publisher": "NHS England", - "contact": [ - { - "name": "NHS England", - "telecom": [ - { - "system": "email", - "value": "interoperabilityteam@nhs.net", - "use": "work", - "rank": 1 - } - ] - }, - { - "name": "NRL Team at NHS Digital", - "telecom": [ - { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - ] - } - ], - "description": "A CodeSystem to identify the means by which an NRL DocumentReference can be retrieved via its content.attachment url.", - "copyright": "Copyright © 2025+ 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.", - "content": "complete", - "hierarchyMeaning": "is-a", - "concept": [ - { - "code": "Direct", - "display": "Direct", - "definition": "This document can be directly retrieved via HTTP(s) at its public URL.", - "concept": [ - { - "code": "InContext", - "display": "Direct using In-Context", - "definition": "This document can be retrieved in-context via the In-Context launch mechanism." - } - ] - }, - { - "code": "Proxy", - "display": "Proxy", - "definition": "This document must be retrieved via a proxy.", - "concept": [ - { - "code": "SSP", - "display": "Spine Secure Proxy", - "definition": "This document can be retrieved via Spine Secure Proxy by authorised organisations. The custodian's ASID will be needed and can be found in the context.related field." - }, - { - "code": "LDR", - "display": "Large Document Retrieval", - "definition": "This document can be retrieved via the Large Document Retrieval proxy service." - } - ] - } - ] -} diff --git a/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json b/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json deleted file mode 100644 index 34fd83494..000000000 --- a/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "England-NRLRetrievalMechanism", - "url": "https://fhir.nhs.uk/England/ValueSet/England-NRLRetrievalMechanism", - "version": "1.1.0", - "name": "EnglandNRLRetrievalMechanism", - "title": "England NRL Retrieval Mechanism", - "status": "draft", - "date": "2025-02-28", - "publisher": "NHS Digital", - "contact": { - "name": "NRL Team at NHS Digital", - "telecom": { - "system": "email", - "value": "nrls@nhs.net", - "use": "work" - } - }, - "description": "A code to represent the means by which the document being referenced can be accessed (via the url in the content.attachment).", - "copyright": "Copyright 2025 NHS Digital.", - "compose": { - "include": [ - { - "system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRetrievalMechanism", - "concept": [ - { - "code": "Direct", - "display": "Direct" - }, - { - "code": "SSP", - "display": "Spine Secure Proxy" - }, - { - "code": "LDR", - "display": "Large Document Retrieval" - }, - { - "code": "InContext", - "display": "Direct using In-Context" - } - ] - } - ] - } -} diff --git a/resources/nrl-authorised-organisations-and-actors-catalogue.xlsx b/resources/nrl-authorised-organisations-and-actors-catalogue.xlsx deleted file mode 100644 index 5258e5246..000000000 Binary files a/resources/nrl-authorised-organisations-and-actors-catalogue.xlsx and /dev/null differ