@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitionerrole-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole Example1

identifier: Person number/66, National provider identifier/123456789, Tax ID number/2222222222

active: true

practitioner: Practitioner Harry S. Winston

organization: Organization Main Health System

code: Doctor

specialty: Family Practice

location: Location WC

endpoint: Endpoint test@direct.example.com

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PN" ] ] ) ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "66" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAX" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "2222222222" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/Example1" ] ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Doctor" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390"^^xsd:anyURI ] ; fhir:code [ fhir:v "canSign" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/c80-practice-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "family practice" ] ; fhir:display [ fhir:v "Family Practice" ] ] ) ; fhir:text [ fhir:v "Family Practice" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/Example1" ] ] ) ; # fhir:endpoint ( [ fhir:link ; fhir:reference [ fhir:v "Endpoint/Example1" ] ] ) . # # -------------------------------------------------------------------------------------