HL7 FHIR® UK Core
4.0.0 - CI Build
HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions
Source view
@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:Resource.id [ fhir:value "UKCore-Organisation-Example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Organization"; fhir:index 0; fhir:link <https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Organization> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-Organisation-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: RR8 (OFFICIAL)</p><p><b>name</b>: LEEDS TEACHING HOSPITALS NHS TRUST</p><p><b>telecom</b>: ph: 0113 243 3144</p><p><b>address</b>: ST. JAMES'S UNIVERSITY HOSPITAL BECKETT STREET LEEDS LS9 7TF ENGLAND </p></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://fhir.nhs.uk/R4/StructureDefinition/Extension-UKCore-MainLocation" ]; fhir:Extension.valueReference [ fhir:Reference.reference [ fhir:value "Location/UKCore-Location-Example" ] ] ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "https://fhir.nhs.uk/Id/ods-organization-code" ]; fhir:Identifier.value [ fhir:value "RR8" ] ]; fhir:Organization.name [ fhir:value "LEEDS TEACHING HOSPITALS NHS TRUST"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "0113 243 3144" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "ST. JAMES'S UNIVERSITY HOSPITAL"; fhir:index 0 ], [ fhir:value "BECKETT STREET"; fhir:index 1 ]; fhir:Address.city [ fhir:value "LEEDS" ]; fhir:Address.postalCode [ fhir:value "LS9 7TF" ]; fhir:Address.country [ fhir:value "ENGLAND" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.