Da Vinci - Member Attribution (ATR) List
1.0.0 - STU 1 Publication

This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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:Resource.id [ fhir:value "1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-06-06T03:04:12.348-04:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: B1-S.F2</p><p><b>status</b>: active</p><p><b>operationalStatus</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v2-0116 H}\">Housekeeping</span></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>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td>*</td><td>-83.6945691</td><td>42.25475478</td><td>0</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-1.html\">Generated Summary: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span>; name: Example Organization; alias: My Organization; Phone: (+1) 734-677-7777, Fax: (+1) 734-677-6622, hq@HL7.org</a></p></div>"
  ];
  fhir:Location.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hospital.smarthealthit.org" ];
     fhir:Identifier.value [ fhir:value "B1-S.F2" ]
  ];
  fhir:Location.status [ fhir:value "active"];
  fhir:Location.operationalStatus [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0116" ];
     fhir:Coding.code [ fhir:value "H" ];
     fhir:Coding.display [ fhir:value "Housekeeping" ]
  ];
  fhir:Location.name [ fhir:value "South Wing, second floor"];
  fhir:Location.alias [
     fhir:value "BU MC, SW, F2";
     fhir:index 0
  ], [
     fhir:value "Burgers University Medical Center, South Wing, second floor";
     fhir:index 1
  ];
  fhir:Location.description [ fhir:value "Second floor of the Old South Wing, formerly in use by Psychiatry"];
  fhir:Location.mode [ fhir:value "instance"];
  fhir:Location.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "8167892390" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "secondflooradmissions@hospital.smarthealthit.org" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "url" ];
     fhir:ContactPoint.value [ fhir:value "http://sampleorg.com/southwing" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.line [
       fhir:value "Galapagosweg 91, Building A";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Den Burg" ];
     fhir:Address.postalCode [ fhir:value "9105 PZ" ];
     fhir:Address.country [ fhir:value "NLD" ]
  ];
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
       fhir:Coding.code [ fhir:value "wi" ];
       fhir:Coding.display [ fhir:value "Wing" ]     ]
  ];
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "-83.6945691"^^xsd:decimal ];
     fhir:Location.position.latitude [ fhir:value "42.25475478"^^xsd:decimal ];
     fhir:Location.position.altitude [ fhir:value "0"^^xsd:decimal ]
  ];
  fhir:Location.managingOrganization [
     fhir:Reference.reference [ fhir:value "Organization/1" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.