Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: PractitionerRole 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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "455736449"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"455736449\"> </a><a name=\"hc455736449\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole &quot;455736449&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-PractitionerRole-uv-ips.html\">PractitionerRole (IPS)</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>organization</b>: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</p><p><b>code</b>: Medical doctors <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#221)</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.9.6.2.7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "221" ] ;
fhir:display [ fhir:v "Medical doctors" ]     ] )
  ] ) . #