diff --git a/Patient/Patient-SensitivePatient-Example.json b/Patient/Patient-SensitivePatient-Example.json new file mode 100644 index 0000000..0c26f98 --- /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": "1.1.1", + "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