This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.1.0-preview: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
: Location example - 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
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: Location example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>identifier</b>: B1-S.F2</p><p><b>status</b>: Active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: MC, SW, F2, University Medical Center, South Wing, second floor</p><p><b>description</b>: Second floor of the Old South Wing, formerly in use by Psychiatry</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: ph: 2328(Work), fax: 2329(Work), <a href=\"mailto:second-wing-admissions@sampleorg.com\">second-wing-admissions@sampleorg.com</a>, <a href=\"http://sampleorg.com/southwing\">http://sampleorg.com/southwing</a></p><p><b>address</b>: Galapagosweg 91, Building A San Francisco CA 94107 US (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><p><b>managingOrganization</b>: <a href=\"Organization-example.html\">Organization University Medical Center</a></p><p><b>endpoint</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v311@3.1.1&canonical=http://example.org/fhir/Endpoint/example\">??</a></p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "B1-S.F2" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "South Wing, second floor"] ; #
fhir:alias ( [ fhir:v "MC, SW, F2"] [ fhir:v "University Medical Center, South Wing, second floor"] ) ; #
fhir:description [ fhir:v "Second floor of the Old South Wing, formerly in use by Psychiatry"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSP" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2328" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "2329" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "second-wing-admissions@sampleorg.com" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://sampleorg.com/southwing" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "Galapagosweg 91, Building A" ] ) ;
fhir:city [ fhir:v "San Francisco" ] ;
fhir:state [ fhir:v "CA" ] ;
fhir:postalCode [ fhir:v "94107" ] ;
fhir:country [ fhir:v "US" ]
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wi" ] ;
fhir:display [ fhir:v "Wing" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example" ]
] ; #
fhir:endpoint ( [
fhir:link <http://example.org/fhir/Endpoint/example> ;
fhir:reference [ fhir:v "http://example.org/fhir/Endpoint/example" ]
] ) . #