Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Organization NHS England - Leeds Teaching Trust (RR8) - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "RR8"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-11-14T00:00:00+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Organization"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization RR8</b></p><a name=\"RR8\"> </a><a name=\"hcRR8\"> </a><a name=\"RR8-en-GB\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-11-14 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 197}\">NHS TRUST</span></p><p><b>name</b>: LEEDS TEACHING HOSPITALS NHS TRUST</p><p><b>telecom</b>: ph: 0113 243 3144, <a href=\"https://www.leedsth.nhs.uk/\">https://www.leedsth.nhs.uk/</a></p><p><b>address</b>: ST. JAMES'S UNIVERSITY HOSPITAL BECKETT STREET LEEDS LS9 7TF ENGLAND </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RR8" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.nhs.uk/CodeSystem/organisation-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "197" ] ;
fhir:display [ fhir:v "NHS TRUST" ] ] )
] ) ; #
fhir:name [ fhir:v "LEEDS TEACHING HOSPITALS NHS TRUST"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0113 243 3144" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.leedsth.nhs.uk/" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "ST. JAMES'S UNIVERSITY HOSPITAL" ] [ fhir:v "BECKETT STREET" ] ) ;
fhir:city [ fhir:v "LEEDS" ] ;
fhir:postalCode [ fhir:v "LS9 7TF" ] ;
fhir:country [ fhir:v "ENGLAND" ]
] ) . #