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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRole-124.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 PractitionerRole-124

identifier: http://example.org/ids/PractitionerRole-124

practitioner: Practitioner Doctor Doctor

organization: Organization Example Organization

specialty: Family practice (qualifier value)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRole-124",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ids",
      "value": "PractitionerRole-124"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/Practitioner-123"
  },
  "organization": {
    "reference": "Organization/Organization-14"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice (qualifier value)"
        }
      ]
    }
  ]
}