IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC3-UniklinikumTubingen - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC3-UniklinikumTubingen"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization UC3-UniklinikumTubingen</b></p><a name=\"UC3-UniklinikumTubingen\"> </a><a name=\"hcUC3-UniklinikumTubingen\"> </a><a name=\"UC3-UniklinikumTubingen-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct prov}\">Hospital</span></p><p><b>name</b>: Uniklinikum Tübingen</p><p><b>address</b>: Tübingen Germany </p></div>"
] ; #
fhir:type ( [
( fhir:coding [
a sct:prov ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Hospital" ] ] )
] ) ; #
fhir:name [ fhir:v "Uniklinikum Tübingen"] ; #
fhir:address ( [
fhir:city [ fhir:v "Tübingen" ] ;
fhir:country [ fhir:v "Germany" ]
] ) . #