@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 -------------------------------------------------------------------

<https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Location/mii-exa-mtb-study-cldn6-location-4> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-cldn6-location-4"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location mii-exa-mtb-study-cldn6-location-4</b></p><a name=\"mii-exa-mtb-study-cldn6-location-4\"> </a><a name=\"hcmii-exa-mtb-study-cldn6-location-4\"> </a><p><b>name</b>: Medizinische Hochschule Hannover - Klinik für Hämatologie, Hämostaseologie, Onkologie und Stammzelltransplantation</p><p><b>address</b>: Hannover 30625 Germany </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>9.73322</td><td>52.37052</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Medizinische Hochschule Hannover - Klinik für Hämatologie, Hämostaseologie, Onkologie und Stammzelltransplantation"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Hannover" ] ;
     fhir:postalCode [ fhir:v "30625" ] ;
     fhir:country [ fhir:v "Germany" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 9.73322 ] ;
     fhir:latitude [ fhir:v 52.37052 ]
  ] . # 

# -------------------------------------------------------------------------------------

