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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypePractitionerRole
IdPractitionerRole-ADI-Facilitator-MSW-MargaretReynolds.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 ADI-Facilitator-MSW-MargaretReynolds

active: true

practitioner: Margaret A. Reynolds

organization: Example Organization

code: primary performer

specialty: Clinical Social Worker

endpoint: Endpoint Good Health Clinic Endpoint


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ADI-Facilitator-MSW-MargaretReynolds",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Facilitator"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Practitioner-MargaretReynolds",
    "display": "Margaret A. Reynolds"
  },
  "organization": {
    "reference": "Organization/Example-Smith-Johnson-OrganizationAssembler1",
    "display": "Example Organization"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "PPRF"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "1041C0700X",
          "display": "Clinical Social Worker"
        }
      ]
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/Example-Smith-Johnson-Endpoint2"
    }
  ]
}