Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: PRovider Organization Example - 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 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>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.19.2.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666666" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  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" ] )     ]
  ] ) . #