HL7 UK - UK Core Access, published by HL7 UK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-UK/UK-Core-Access/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/Response-patientsearchbyidentifiervalue> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Response-patientsearchbyidentifiervalue"] ;
fhir:Bundle.type [ fhir:value "searchset"] ;
fhir:Bundle.link [
fhir:index 0 ;
fhir:Bundle.link.relation [ fhir:value "self" ] ;
fhir:Bundle.link.url [ fhir:value "https://fhir.example-provider.nhs.uk/Patient?identifier=12345" ]
] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.example-provider.nhs.uk/Patient/57bae551-2c5d-4def-a541-4b156ec49497" ] ;
fhir:Bundle.entry.resource <https://fhir.example-provider.nhs.uk/Patient/57bae551-2c5d-4def-a541-4b156ec49497> ;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd" ] ;
fhir:Bundle.entry.resource <https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd> ;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ]
]
] .
<https://fhir.example-provider.nhs.uk/Patient/57bae551-2c5d-4def-a541-4b156ec49497> a fhir:Patient ;
fhir:Resource.id [ fhir:value "57bae551-2c5d-4def-a541-4b156ec49497"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_57bae551-2c5d-4def-a541-4b156ec49497\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 57bae551-2c5d-4def-a541-4b156ec49497</b></p><a name=\"57bae551-2c5d-4def-a541-4b156ec49497\"> </a><a name=\"hc57bae551-2c5d-4def-a541-4b156ec49497\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Richard SMITH (official) Male, DoB: 1970-09-11 ( https://fhir.nhs.uk/Id/nhs-number#9912003888)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.example-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 01131231234</td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" ] ;
fhir:Coding.code [ fhir:value "01" ] ;
fhir:Coding.display [ fhir:value "Number present and verified" ]
]
]
] ;
fhir:Identifier.system [ fhir:value "https://fhir.nhs.uk/Id/nhs-number" ] ;
fhir:Identifier.value [ fhir:value "9912003888" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "https://fhir.example-provider.nhs.uk/Id/pas-identifier" ] ;
fhir:Identifier.value [ fhir:value "12345" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "SMITH" ] ;
fhir:HumanName.given [
fhir:value "Richard" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "01131231234" ]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1970-09-11"^^xsd:date] .
<https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd> a fhir:Patient ;
fhir:Resource.id [ fhir:value "b88f0099-5213-4502-a49d-cc3887027bdd"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_b88f0099-5213-4502-a49d-cc3887027bdd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient b88f0099-5213-4502-a49d-cc3887027bdd</b></p><a name=\"b88f0099-5213-4502-a49d-cc3887027bdd\"> </a><a name=\"hcb88f0099-5213-4502-a49d-cc3887027bdd\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mary MORRIS (official) Female, DoB: 1972-10-07 ( https://fhir.nhs.uk/Id/nhs-number#4123456879)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.another-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" ] ;
fhir:Coding.code [ fhir:value "01" ] ;
fhir:Coding.display [ fhir:value "Number present and verified" ]
]
]
] ;
fhir:Identifier.system [ fhir:value "https://fhir.nhs.uk/Id/nhs-number" ] ;
fhir:Identifier.value [ fhir:value "4123456879" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "https://fhir.another-provider.nhs.uk/Id/pas-identifier" ] ;
fhir:Identifier.value [ fhir:value "12345" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "MORRIS" ] ;
fhir:HumanName.given [
fhir:value "Mary" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1972-10-07"^^xsd:date] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/Response-patientsearchbyidentifiervalue.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/Response-patientsearchbyidentifiervalue.ttl> .
IG © 2023+ HL7 UK. Package uk-core-access#0.1.0 based on FHIR 4.0.1. Generated 2026-06-26
Links: Table of Contents |
QA Report