C-CDA on FHIR
1.1.0 - (FHIR R4) STU Release 1.1

This page is part of the C-CDA on FHIR Implementation Guide (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ccda-practitionerrole-example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "ccda-practitionerrole-example",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2020-08-12T19:18:13.336+00:00",
    "source" : "#kub40Eilc2HLDH2p",
    "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</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>practitioner</b>: <a href=\"Practitioner-ccda-practitioner-example.html\">Brenda Jennings Richard MD. Generated Summary: US National Provider Identifier: 9999991011 (OFFICIAL); Brenda Jennings Richard ; Phone: 313-555-6868, Phone: 313-555-6443; gender: female; birthDate: 1976-11-15</a></p><p><b>organization</b>: <a href=\"Organization-acme-lab.html\">Acme Lab. Generated Summary: id: 1144221847; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Labs; Phone: (+1) 734-677-7777, hq@acme.org</a></p><p><b>telecom</b>: ph: 313-555-6868(HOME), ph: 313-555-6443(WORK)</p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/ccda-practitioner-example",
    "display" : "Brenda Jennings Richard MD"
  },
  "organization" : {
    "reference" : "Organization/acme-lab",
    "display" : "Acme Lab"
  },
  "telecom" : [
    {
      "system" : "phone",
      "value" : "313-555-6868",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "313-555-6443",
      "use" : "work"
    }
  ]
}