Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of the Da Vinci Unsolicited Notifications (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: PractitionerRole-example

Download Raw json

{
  "resourceType" : "PractitionerRole",
  "id" : "example",
  "meta" : {
    "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>: example</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href=\"Practitioner-example-1.html\">Brenda Jennings Richard MD. Generated Summary: id: example-1; 9941339108, 25456; Ronald Bone </a></p><p><b>organization</b>: <a href=\"Organization-example-2.html\">Acme Lab. Generated Summary: id: example-2; 1407071236, 121111111; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Clinic; ph: (+1) 734-677-7777, customer-service@acme-clinic.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>location</b>: <a href=\"Location-hl7east.html\">Health Level Seven International. Generated Summary: id: hl7east; 29; status: active; name: Health Level Seven International - Amherst; description: HL7 Headquarters - East; ph: (+1) 734-677-7777</a></p><p><b>endpoint</b>: </p><ul><li>Westwood Physicians Organization ADT</li><li>Brenda.Jennings.Richard.MD@direct.example.org</li></ul></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/example-1",
    "display" : "Brenda Jennings Richard MD"
  },
  "organization" : {
    "reference" : "Organization/example-2",
    "display" : "Acme Lab"
  },
  "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"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/hl7east",
      "display" : "Health Level Seven International"
    }
  ],
  "endpoint" : [
    {
      "display" : "Westwood Physicians Organization ADT"
    },
    {
      "display" : "Brenda.Jennings.Richard.MD@direct.example.org"
    }
  ]
}