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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypePractitionerRole
IdPractitionerRole-Scen1RolePatel.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

Resource PractitionerRole "Scen1RolePatel"

identifier: http://example.org/practitioner-role/PR45678

active: true

practitioner: Practitioner/Scen1PractitionerPatel: Dr. Rajesh Patel " PATEL"

organization: Organization/Scen1OrgGoodhealth: Good Health Clinic "Good Health Clinic"

code: Doctor (Practitioner role#doctor)

specialty: General Practitioner (SNOMED CT#394814009 "General practice (specialty)")


Source1

{
  "resourceType": "PractitionerRole",
  "id": "Scen1RolePatel",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/practitioner-role",
      "value": "PR45678"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Scen1PractitionerPatel",
    "display": "Dr. Rajesh Patel"
  },
  "organization": {
    "reference": "Organization/Scen1OrgGoodhealth",
    "display": "Good Health Clinic"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor",
          "display": "Doctor"
        }
      ],
      "text": "Doctor"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394814009",
          "display": "General practice (specialty)"
        }
      ],
      "text": "General Practitioner"
    }
  ]
}