nhsconnect / FHIR-NOO-API

FHIR based API for managing National Opt Out preferences
https://nhsconnect.github.io/FHIR-NOO-API/index.html
Apache License 2.0
0 stars 2 forks source link

Implementation Guide - Consent GET example has an incorrect CodeSystem #7

Open dxh73 opened 6 years ago

dxh73 commented 6 years ago

The page https://nhsconnect.github.io/FHIR-NOO-API/development_elements.html contains an example of:

GET https://fhir.nhs.uk/STU3/Consent?https://demographics.spineservices.nhs.uk/4505577104&category=NDOP&purpose=http://hl7.org/fhir/ConsentPolicy/opt-out|RESCH

The CodeSystem should be https://fhir.nhs.uk/STU3/CodeSystem/NDOP-PreferenceCodes-1

This is only in the guide and NOT a profile issue.