Da Vinci Health Record Exchange (HRex)
1.0.0 - STU R1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International - Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: HRex PractitionerRole full example - TTL Representation

Page standards status: Informative

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 "full"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole>     ] )
  ] ; # 
  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=\"full\"> </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;full&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hrex-practitionerrole.html\">HRex PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-full.html\">Practitioner/full</a> &quot; BONE&quot;</p><p><b>organization</b>: <a href=\"Organization-full.html\">Organization/full</a> &quot;New Health Plan&quot;</p><p><b>code</b>: 111N00000X <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#111N00000X)</span>, 122300000X <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#122300000X)</span></p><p><b>specialty</b>: 103TE1100X <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TE1100X)</span>, 103TF0000X <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TF0000X)</span></p><p><b>location</b>: </p><ul><li><a href=\"http://example.org/some-clinic/Location/1874\">http://example.org/some-clinic/Location/1874</a></li><li><a href=\"http://example.org/some-clinic/Location/9233\">http://example.org/some-clinic/Location/9233</a></li></ul><p><b>telecom</b>: ph: 1-222-333-4444, <a href=\"mailto:ronald.bone@newpayer.com\">ronald.bone@newpayer.com</a>, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href=\"http://example.org/some-clinic/EndPoint/1\">http://example.org/some-clinic/EndPoint/1</a></li><li><a href=\"http://example.org/some-clinic/EndPoint/2\">http://example.org/some-clinic/EndPoint/2</a></li></ul></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/full" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/full" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "111N00000X" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122300000X" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103TE1100X" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103TF0000X" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:link <http://example.org/some-clinic/Location/1874> ;
fhir:reference [ fhir:v "http://example.org/some-clinic/Location/1874" ]
  ] [
fhir:link <http://example.org/some-clinic/Location/9233> ;
fhir:reference [ fhir:v "http://example.org/some-clinic/Location/9233" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-222-333-4444" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ronald.bone@newpayer.com" ]
  ] [
fhir:system [ fhir:v "pager" ] ;
fhir:value [ fhir:v "1(111)-1111111 - after 5pm" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:link <http://example.org/some-clinic/EndPoint/1> ;
fhir:reference [ fhir:v "http://example.org/some-clinic/EndPoint/1" ]
  ] [
fhir:link <http://example.org/some-clinic/EndPoint/2> ;
fhir:reference [ fhir:v "http://example.org/some-clinic/EndPoint/2" ]
  ] ) . #