This page is part of the Pharmacist Care Plan FHIR IG (v0.2.0: STU 1 Draft) based on FHIR v3.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: PractitionerRole-phcp-practitionerrole-example
Raw json
{ "resourceType" : "PractitionerRole", "id" : "phcp-practitionerrole-example", "meta" : { "versionId" : "4", "lastUpdated" : "2019-03-21T05:21:39.000-04:00", "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: phcp-practitionerrole-example</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href=\"Practitioner-phcp-practitioner-example.html\">Generated Summary: id: phcp-practitioner-example; 9941339108, 25456; Ronald Bone </a></p><p><b>organization</b>: <a href=\"Organization-phcp-organization-example.html\">Generated Summary: id: phcp-organization-example; 1144221847, 2523423456; active; name: Acme Labs; ph: (+1) 734-677-7777, hq@acme.org</a></p><p><b>code</b>: Primary Care <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '261QP2300X' = 'Primary Care', given as 'Primary Care'})</span></p><p><b>specialty</b>: General Practice <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '208D00000X' = 'General Practice', given as 'General Practice'})</span></p><p><b>telecom</b>: doc@example.org</p></div>" }, "practitioner" : { "reference" : "Practitioner/phcp-practitioner-example" }, "organization" : { "reference" : "Organization/phcp-organization-example" }, "code" : [ { "coding" : [ { "system" : "http://nucc.org/provider-taxonomy", "code" : "261QP2300X", "display" : "Primary Care" } ] } ], "specialty" : [ { "coding" : [ { "system" : "http://nucc.org/provider-taxonomy", "code" : "208D00000X", "display" : "General Practice" } ] } ], "telecom" : [ { "system" : "email", "value" : "doc@example.org" } ] }