Da Vinci - Member Attribution (ATR) List 2.1.0 - STU 2.1.0
Publication Build: This will be filled in by the publication tooling
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 "2"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Organization</div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "666666" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "dept" ] ; fhir:display [ fhir:v "Hospital Department" ] ] ) ] ) ; # fhir:name [ fhir:v "Burgers UMC Cardiology unit"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "022-655 2320" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "South Wing, floor 2" ] ) ] ) ; # fhir:contact ( [ fhir:purpose [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ADMIN" ] ] ) ] ; fhir:name [ fhir:text [ fhir:v "mevr. D. de Haan" ] ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "022-655 2321" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "cardio@burgersumc.nl" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "022-655 2322" ] ] ) ; fhir:address [ ( fhir:line [ fhir:v "South Wing, floor 2" ] ) ] ] ) . #