@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "InterweaveLocationHouseExample"] ; # fhir:meta [ fhir:versionId [ fhir:v "InterweaveLocationExampleHouse-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 "InterweaveLocationHouseExample" Version "InterweaveLocationExampleHouse-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

status: active

name: 42 Grove Street, LS21 1PF

mode: instance

type: Patient's Residence (v3 Code System RoleCode#PTRES)

address: 42 Grove Street Northville Overtown LS21 1PF

physicalType: House (LocationType#ho)

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "42 Grove Street, LS21 1PF"] ; # 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 "PTRES" ] ; fhir:display [ fhir:v "Patient's Residence" ] ] ) ] ; # fhir:address [ fhir:line ( [ fhir:v "42 Grove Street" ] [ fhir:v "Northville" ] ) ; fhir:city [ fhir:v "Overtown" ] ; fhir:district [ fhir:v "West Yorkshire" ] ; fhir:postalCode [ fhir:v "LS21 1PF" ] ] ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ho" ] ; fhir:display [ fhir:v "House" ] ] ) ] . # # -------------------------------------------------------------------------------------