From 9cc569dabafc6a3de0655496912d08732277dcb9 Mon Sep 17 00:00:00 2001 From: KazeemHamzat Date: Thu, 31 Jul 2025 12:21:26 +0100 Subject: [PATCH 1/2] Create Patient-SensitivePatient-Example Create Patient-SensitivePatient-Example --- Patient/Patient-SensitivePatient-Example.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 Patient/Patient-SensitivePatient-Example.json diff --git a/Patient/Patient-SensitivePatient-Example.json b/Patient/Patient-SensitivePatient-Example.json new file mode 100644 index 0000000..b8cf2e3 --- /dev/null +++ b/Patient/Patient-SensitivePatient-Example.json @@ -0,0 +1,69 @@ +{ + "resourceType": "Patient", + "id": "Patient-SensitivePatient-Example", + "meta": { + "versionId": "2", + "security": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality", + "code": "R", + "display": "restricted" + } + ] + }, + "extension": [ + { + "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex", + "valueCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender", + "code": "M", + "display": "Male" + } + ] + } + }, + { + "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory", + "valueCodeableConcept": { + "coding": [ + { + "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland", + "code": "A", + "display": "White - British" + } + ] + } + } + ], + "identifier": [ + { + "system": "https://fhir.nhs.uk/Id/nhs-number", + "value": "9449307946", + "extension": [ + { + "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus", + "valueCodeableConcept": { + "coding": [ + { + "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", + "version": "2.2.0", + "code": "01", + "display": "Number present and verified" + } + ] + } + } + ] + } + ], + "link": [ + { + "other": { + "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946" + }, + "type": "seealso" + } + ] +} \ No newline at end of file From b9898a788f0a86e3e70e9a93f0e05dd8a38ac6bb Mon Sep 17 00:00:00 2001 From: KazeemHamzat Date: Fri, 1 Aug 2025 11:57:12 +0100 Subject: [PATCH 2/2] Update Patient-SensitivePatient-Example Making corrections to version number --- Patient/Patient-SensitivePatient-Example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patient/Patient-SensitivePatient-Example.json b/Patient/Patient-SensitivePatient-Example.json index b8cf2e3..0c26f98 100644 --- a/Patient/Patient-SensitivePatient-Example.json +++ b/Patient/Patient-SensitivePatient-Example.json @@ -48,7 +48,7 @@ "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", - "version": "2.2.0", + "version": "1.1.1", "code": "01", "display": "Number present and verified" }