Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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
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 sct: <http://snomed.info/id/> .
@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 class=\"res-header-id\"><b>Generated Narrative: PractitionerRole full</b></p><a name=\"full\"> </a><a name=\"hcfull\"> </a><a name=\"full-en-US\"> </a><p><b>practitioner</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&canonical=http://example.org/new-payer/fhir/Practitioner/pract1\">??</a></p><p><b>organization</b>: <a href=\"Organization-full.html\">Organization New Health Plan</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 111N00000X}, {http://snomed.info/sct 3842006}\">Chiropractor</span>, <span title=\"Codes:{http://nucc.org/provider-taxonomy 122300000X}, {http://snomed.info/sct 106289002}\">Dentist</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 103TE1100X}\">Exercise & Sports Psychologist</span>, <span title=\"Codes:{http://nucc.org/provider-taxonomy 103TF0000X}\">Family Psychologist</span></p><p><b>location</b>: </p><ul><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&canonical=http://example.org/some-clinic/Location/1874\">??</a></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&canonical=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=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&canonical=http://example.org/some-clinic/EndPoint/1\">??</a></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&canonical=http://example.org/some-clinic/EndPoint/2\">??</a></li></ul></div>"
] ; #
fhir:practitioner [
fhir:link <http://example.org/new-payer/fhir/Practitioner/pract1> ;
fhir:reference [ fhir:v "http://example.org/new-payer/fhir/Practitioner/pract1" ]
] ; #
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" ] ] [
a sct:3842006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3842006" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122300000X" ] ] [
a sct:106289002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106289002" ] ] )
] ) ; #
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" ]
] ) . #