@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-2> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-cldn6-location-2"] ; # 
  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-2</b></p><a name=\"mii-exa-mtb-study-cldn6-location-2\"> </a><a name=\"hcmii-exa-mtb-study-cldn6-location-2\"> </a><p><b>name</b>: Universitätsklinikum Erlangen - Hämatologie &amp; Intrinsische Onkologie - Medizinische Klinik 5</p><p><b>address</b>: Erlangen 91054 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>11.00783</td><td>49.59099</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Universitätsklinikum Erlangen - Hämatologie & Intrinsische Onkologie - Medizinische Klinik 5"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Erlangen" ] ;
     fhir:postalCode [ fhir:v "91054" ] ;
     fhir:country [ fhir:v "Germany" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 11.00783 ] ;
     fhir:latitude [ fhir:v 49.59099 ]
  ] . # 

# -------------------------------------------------------------------------------------

