Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Location02 - 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 "location02"]; # 
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"location02\"> </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;location02&quot; </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-location.html\">QICoreLocation</a></p></div><p><b>identifier</b>: id: DaVinciClinic02 (use: TEMP)</p><p><b>name</b>: DaVinciClinic02</p><p><b>address</b>: 21 W. Atlantic Street Burlington NJ 08873 USA </p></div>"
  ]; # 
  fhir:Location.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "temp" ];
     fhir:Identifier.system [ fhir:value "http://exampleoflocation.com" ];
     fhir:Identifier.value [ fhir:value "DaVinciClinic02" ]
  ]; # 
  fhir:Location.name [ fhir:value "DaVinciClinic02"]; # 
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "21 W. Atlantic Street";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Burlington" ];
     fhir:Address.state [ fhir:value "NJ" ];
     fhir:Address.postalCode [ fhir:value "08873" ];
     fhir:Address.country [ fhir:value "USA" ]
  ]. # 

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

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