This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Organization: Erasmus MC - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "organization-sophia"] ; #
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 organization-sophia</b></p><a name=\"organization-sophia\"> </a><a name=\"hcorganization-sophia\"> </a><a name=\"organization-sophia-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/agb-z</code>/06020806</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.6.7 0300}\">Medisch specialist</span></p><p><b>name</b>: Erasmus MC, Sophia kinderziekenhuis</p><p><b>telecom</b>: ph: 0107040116, <a href=\"mailto:info@erasmusmc.nl\">info@erasmusmc.nl</a></p><p><b>address</b>: Dr. Molewaterplein 60 ROTTERDAM 3015GJ NL (work)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
fhir:value [ fhir:v "06020806" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.7"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.16.840.1.113883.2.4.6.7" ] ;
fhir:code [ fhir:v "0300" ] ;
fhir:display [ fhir:v "Medisch specialist" ] ] )
] ) ; #
fhir:name [ fhir:v "Erasmus MC, Sophia kinderziekenhuis"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0107040116" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@erasmusmc.nl" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [
fhir:v "Dr. Molewaterplein 60" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Dr. Molewaterplein" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "60" ] ] ) ] ) ;
fhir:city [ fhir:v "ROTTERDAM" ] ;
fhir:postalCode [ fhir:v "3015GJ" ] ;
fhir:country [ fhir:v "NL" ]
] ) . #