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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypePractitionerRole
IdPractitionerRole-Role-IMMD-AnitaChu.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 Role-IMMD-AnitaChu

active: true

practitioner: Dr. Anita Chu

organization: Michigan Primary Health Care Associates

code: Internal Medicine Physician

location: Location Michigan Primary Health Care Associates

telecom: ph: (616) 555-1212


Source1

{
  "resourceType": "PractitionerRole",
  "id": "Role-IMMD-AnitaChu",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Example-AnitaChu",
    "display": "Dr. Anita Chu"
  },
  "organization": {
    "reference": "Organization/org-PC-Primary-Care-Michigan",
    "display": "Michigan Primary Health Care Associates"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207R00000X",
          "display": "Internal Medicine Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/org-Loc-PC-Primary-Care-Michigan"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(616) 555-1212"
    }
  ]
}