Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NRL-959] Add new pointer types for summary record and pcp #157

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions specification/record-locator/producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ info:
* [Lloyd George record folder](http://snomed.info/sct/16521000000101)
* [Advanced care plan](http://snomed.info/sct/736366004)
* [Treatment escalation plan](http://snomed.info/sct/735324008)
* [Summary record]("http://snomed.info/sct|824321000000109")
* [Personalised care and support plan]("http://snomed.info/sct|2181441000000107")

You can also retrieve booking and referral pointers however you can not currently do this by directly integrating with
the National Record Locator, you must instead onboard to the [Booking and Referral - FHIR API](https://digital.nhs.uk/developer/api-catalogue/booking-and-referral-fhir)
Expand Down Expand Up @@ -2146,6 +2148,12 @@ components:
SNOMED_CODES_TREATMENT_ESCALATION_PLAN:
summary: Treatment escalation plan
value: http://snomed.info/sct|735324008
SNOMED_CODES_SUMMARY_RECORD:
summary: Summary Record
value: http://snomed.info/sct|824321000000109
SNOME_CODES_PERSONALISED_CARE_AND_SUPPORT_PLAN:
summary: Personalised Care and Support Plan
value: http://snomed.info/sct|2181441000000107
invalid:
summary: Unknown
value: http://snomed.info/sct|410970009
Expand Down
Loading