C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. 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: PractitionerRole</b><a name=\"ccda-practitionerrole-example\"> </a><a name=\"hcccda-practitionerrole-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole &quot;ccda-practitionerrole-example&quot; Version &quot;5&quot; Updated &quot;2020-08-12 19:18:13+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #kub40Eilc2HLDH2p!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-ccda-practitioner-example.html\">Practitioner/ccda-practitioner-example: Brenda Jennings Richard MD</a> &quot; RICHARD&quot;</p><p><b>organization</b>: <a href=\"Organization-acme-lab.html\">Organization/acme-lab: Acme Lab</a> &quot;Acme Labs&quot;</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"
    }
  ]
}