Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. 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 "1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2019-06-06T03:04:12.348-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;1&quot; Version &quot;3&quot; Updated &quot;2019-06-06 03:04:12-0400&quot; </p></div><p><b>identifier</b>: id: B1-S.F2</p><p><b>status</b>: active</p><p><b>operationalStatus</b>: Housekeeping (Details: http://terminology.hl7.org/CodeSystem/v2-0116 code H = 'Housekeeping', stated as 'Housekeeping')</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: BU MC, SW, F2, Burgers 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>telecom</b>: ph: 8167892390(WORK), <a href=\"mailto:secondflooradmissions@hospital.smarthealthit.org\">secondflooradmissions@hospital.smarthealthit.org</a>, <a href=\"http://sampleorg.com/southwing\">http://sampleorg.com/southwing</a></p><p><b>address</b>: Galapagosweg 91, Building A Den Burg 9105 PZ NLD (WORK)</p><p><b>physicalType</b>: Wing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html\">Location type</a>#wi)</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-1.html\">Organization/1</a> &quot;Example Organization&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "B1-S.F2" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:operationalStatus [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0116"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "Housekeeping" ]
  ] ; # 
  fhir:name [ fhir:v "South Wing, second floor"] ; # 
  fhir:alias ( [ fhir:v "BU MC, SW, F2"] [ fhir:v "Burgers 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:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "8167892390" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "secondflooradmissions@hospital.smarthealthit.org" ]
  ] [
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 "Den Burg" ] ;
fhir:postalCode [ fhir:v "9105 PZ" ] ;
fhir:country [ fhir:v "NLD" ]
  ] ; # 
  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/1" ]
  ] . #