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

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex
Resource TypePractitionerRole
IdPractitionerRole-full.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 full

Language: en

Profile: HRex PractitionerRole Profile

practitioner: http://example.org/new-payer/fhir/Practitioner/pract1

organization: Organization New Health Plan

code: Chiropractor, Dentist

specialty: Exercise & Sports Psychologist, Family Psychologist

location:

telecom: ph: 1-222-333-4444, ronald.bone@newpayer.com, 1(111)-1111111 - after 5pm

endpoint:


Source1

{
  "resourceType": "PractitionerRole",
  "id": "full",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "http://example.org/new-payer/fhir/Practitioner/pract1"
  },
  "organization": {
    "reference": "Organization/full"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "111N00000X"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "3842006"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "122300000X"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "106289002"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "103TE1100X"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "103TF0000X"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "http://example.org/some-clinic/Location/1874"
    },
    {
      "reference": "http://example.org/some-clinic/Location/9233"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-222-333-4444"
    },
    {
      "system": "email",
      "value": "ronald.bone@newpayer.com"
    },
    {
      "system": "pager",
      "value": "1(111)-1111111 - after 5pm"
    }
  ],
  "endpoint": [
    {
      "reference": "http://example.org/some-clinic/EndPoint/1"
    },
    {
      "reference": "http://example.org/some-clinic/EndPoint/2"
    }
  ]
}