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-Neuro-NuraMekel.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-Neuro-NuraMekel

active: true

practitioner: Nura Mekel

organization: Neuro Care Inc.

code: Neurology Physician

location: Location Neuro Care Inc.

telecom: ph: (210) 555 5555


Source1

{
  "resourceType": "PractitionerRole",
  "id": "Role-Neuro-NuraMekel",
  "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-NuraMekel",
    "display": "Nura Mekel"
  },
  "organization": {
    "reference": "Organization/org-Neuro-Care-Inc",
    "display": "Neuro Care Inc."
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "2084N0400X",
          "display": "Neurology Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/org-Loc-Neuro-Care-Inc"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 5555"
    }
  ]
}