Implementation Guide 27.0.0 - R4 APIs
Publish Box goes here
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "1747324065011240"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitionerrole-profile"^^xsd:anyURI ; fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitionerrole-profile> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><td width=\"25%\"/><td width=\"42%\">Practitioner/1747324065011240 - Organization/Unknown</td></tr></tbody></table></div>"^^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:reference [ fhir:v "Practitioner/1747324065011240" ] ] ; # fhir:organization [ 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" ] ] ) . #