This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Location-example-03 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-03"] ; #
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-03</b></p><a name=\"example-03\"> </a><a name=\"hcexample-03\"> </a><a name=\"example-03-hi-IN\"> </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>: XTZ Insurance Co. Ltd., 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>telecom</b>: ph: 2328(Work), fax: 2329(Work), <a href=\"http://sampleorg.com/southwing\">http://sampleorg.com/southwing</a></p><p><b>address</b>: 91, Building A Pune 451855 IND (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-83.6945691</td><td>42.25475478</td><td>0</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-example-02.html\">Organization XYZ Insurance Co. Ltd.</a></p></div>"^^rdf:XMLLiteral
] ; #
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 "XTZ Insurance Co. Ltd., 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: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 "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 "91, Building A" ] ) ;
fhir:city [ fhir:v "Pune" ] ;
fhir:postalCode [ fhir:v "451855" ] ;
fhir:country [ fhir:v "IND" ]
] ; #
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:position [
fhir:longitude [ fhir:v "-83.6945691"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "42.25475478"^^xsd:decimal ] ;
fhir:altitude [ fhir:v "0"^^xsd:decimal ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-02" ]
] . #