FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ccda
Resource TypePractitionerRole
IdPractitionerRole-ccda-practitionerrole-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole ccda-practitionerrole-example

version: 5; Last updated: 2020-08-12 19:18:13+0000;

Information Source: #kub40Eilc2HLDH2p

Profile: US Core PractitionerRole Profile

practitioner: Brenda Jennings Richard MD

organization: Acme Lab

telecom: ph: 313-555-6868(Home), ph: 313-555-6443(Work)


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}