@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Location/location03> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "location03"] ; # 
  fhir:meta [
     fhir:source [
       fhir:v "http://example.org/fhir/server"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/server>
     ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><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\">Language: en; </p><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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "temp" ] ;
     fhir:system [
       fhir:v "http://example.com/location"^^xsd:anyURI ;
       fhir:l <http://example.com/location>
     ] ;
     fhir:value [ fhir:v "DaVinciClinic03" ]
  ] ) ; # 
  fhir:name [ fhir:v "DaVinciClinic03"] ; # 
  fhir:address [
     fhir:line ( [ fhir:v "550 Griffin Rd." ] ) ;
     fhir:city [ fhir:v "Bloomington" ] ;
     fhir:state [ fhir:v "MI" ] ;
     fhir:postalCode [ fhir:v "48033" ] ;
     fhir:country [ fhir:v "USA" ]
  ] . # 

# -------------------------------------------------------------------------------------

