@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "InterweaveLocationWardExampleAandE"] ; # fhir:meta [ fhir:versionId [ fhir:v "InterweaveLocationExampleWardAandE-v1.0.0" ] ; fhir:lastUpdated [ fhir:v "2022-02-01T09:37:00Z"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-Location"^^xsd:anyURI ] [ fhir:v "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Location-1"^^xsd:anyURI ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://yhcr.nhs.uk/Source"^^xsd:anyURI ] ; fhir:code [ fhir:v "ABC-01" ] ; fhir:display [ fhir:v "Acme Ltd Data Systems" ] ] [ fhir:system [ fhir:v "https://yhcr.nhs.uk/Provenance"^^xsd:anyURI ] ; fhir:code [ fhir:v "RCB" ] ; fhir:display [ fhir:v "York and Scarborough Teaching Hospitals NHS Foundation Trust" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "InterweaveLocationWardExampleAandE" Version "InterweaveLocationExampleWardAandE-v1.0.0" Updated "2022-02-01 09:37:00+0000"

Profiles: InterweaveLocation, CareConnect-Location-1

Tags: https://yhcr.nhs.uk/Source, https://yhcr.nhs.uk/Provenance

identifier: id: RCB.LOC-AE789

status: active

name: York Hospital: Jubilee Building: Accident and Emergency

mode: instance

type: Emergency room (v3 Code System RoleCode#ER)

telecom: ph: 05678 111999

physicalType: Ward (LocationType#wa)

managingOrganization: Organization/InterweaveOrganizationExample: York and Scarborough Teaching Hospitals NHS Foundation Trust "York and Scarborough Teaching Hospitals NHS Foundation Trust"

partOf: Location/InterweaveLocationBuildingExample: York Hospital:Jubilee Building "York Hospital: Jubilee Building"

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.yhcr.nhs.uk/Id/local-location-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "RCB.LOC-AE789" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "York Hospital: Jubilee Building: Accident and Emergency"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/v3/RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "ER" ] ; fhir:display [ fhir:v "Emergency room" ] ] ) ] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "05678 111999" ] ] ) ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "wa" ] ; fhir:display [ fhir:v "Ward" ] ] ) ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/InterweaveOrganizationExample" ] ; fhir:identifier [ fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ; fhir:value [ fhir:v "RCB" ] ] ; fhir:display [ fhir:v "York and Scarborough Teaching Hospitals NHS Foundation Trust" ] ] ; # fhir:partOf [ fhir:link ; fhir:reference [ fhir:v "Location/InterweaveLocationBuildingExample" ] ; fhir:display [ fhir:v "York Hospital:Jubilee Building" ] ] . # # -------------------------------------------------------------------------------------