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
: Response-patientsearchbygender - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Response-patientsearchbygender"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://fhir.example-provider.nhs.uk/Patient?gender=female"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] ) . #
<https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd> a fhir:Patient ;
fhir:id [ fhir:v "b88f0099-5213-4502-a49d-cc3887027bdd"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"b88f0099-5213-4502-a49d-cc3887027bdd-en-GB\"> </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:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Number present and verified" ] ] ) ] ] ) ;
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4123456879" ]
] [
fhir:system [ fhir:v "https://fhir.another-provider.nhs.uk/Id/pas-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "MORRIS" ] ;
( fhir:given [ fhir:v "Mary" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1972-10-07"^^xsd:date] . #