@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1747324065011240"] ; # 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-pas-practitionerrole-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Practitioner/1747324065011240 - Organization/Unknown
"^^rdf:XMLLiteral ] ; # 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/0"^^xsd:anyURI ] ; fhir:value [ fhir:v "1124" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/1747324065011240" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/Unknown" ] ; fhir:display [ fhir:v "Unknown Organization" ] ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/0"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "referring physician" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "7032000016" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "9273000014" ] ; fhir:use [ fhir:v "mobile" ] ] ) . # # -------------------------------------------------------------------------------------