@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Location/location03> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "location03"] ;
  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 class=\"res-header-id\"><b>Generated Narrative: Location location03</b></p><a name=\"location03\"> </a><a name=\"hclocation03\"> </a><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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-location.html\">QICore Location</a></p></div><p><b>identifier</b>: <code>http://example.com/location</code>/DaVinciClinic03 (use: temp, )</p><p><b>name</b>: DaVinciClinic03</p><p><b>address</b>: 550 Griffin Rd. Bloomington MI 48033 USA </p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "temp" ] ;
     fhir:Identifier.system [ fhir:value "http://example.com/location" ] ;
     fhir:Identifier.value [ fhir:value "DaVinciClinic03" ]
  ] ;
  fhir:Location.name [ fhir:value "DaVinciClinic03"] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "550 Griffin Rd." ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Bloomington" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "48033" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Location/location03.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/deqm/Location/location03.ttl> .

# -------------------------------------------------------------------------------------

