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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole1-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

Resource "practitionerrole1-example"

identifier: id: 874635264

practitioner: Practitioner/practitioner1-example: Patrick Pump " PUMP"

organization: Organization/organization1-example "XYZ Organization"

code: Medical Doctor (pan-Canadian Provider Types#MD)

telecom: ph: (03) 5555 6473(WORK), patrick.pump@example.org


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole1-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "874635264"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "organization": {
    "reference": "Organization/organization1-example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
          "code": "MD",
          "display": "Medical Doctor"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 5555 6473",
      "use": "work"
    },
    {
      "system": "email",
      "value": "patrick.pump@example.org",
      "use": "work"
    }
  ]
}