Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@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 "Example1"] ; #
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-practitionerrole-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitionerrole-profile> ] )
] ; #
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 Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Person number/66, National provider identifier/123456789, Tax ID number/2222222222</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>organization</b>: <a href=\"Organization-Example1.html\">Organization Main Health System</a></p><p><b>code</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 1}, {https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 canSign}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/c80-practice-codes family practice}\">Family Practice</span></p><p><b>location</b>: <a href=\"Location-Example1.html\">Location WC</a></p><p><b>endpoint</b>: <a href=\"Endpoint-Example1.html\">Endpoint test@direct.example.com</a></p></div>"
] ; #
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:reference [ fhir:v "Practitioner/Example1" ]
] ; #
fhir:organization [
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:reference [ fhir:v "Location/Example1" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/Example1" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report