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

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypePractitionerRole
IdPractitionerRole-ad23d8f2-b88e-48af-ae96-e36f5a5fbd43.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 ad23d8f2-b88e-48af-ae96-e36f5a5fbd43

Language: en

Profile: PractitionerRole

identifier: https://healthsystem.example.com/practitioner-role-directory/ROLE-12345, United States National Provider Identifier/1234567890

active: true

period: 2020-01-01 --> (ongoing)

practitioner: Dr. John Robert Smith

organization: Berkshire Family Medicine

code: Physician

specialty: General medicine

location: OpenClinTech Primary Clinic

telecom: ph: 413-555-0123, appointments@berkshirefamilymedicine.example.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ad23d8f2-b88e-48af-ae96-e36f5a5fbd43",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitionerRole"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://healthsystem.example.com/practitioner-role-directory",
      "value": "ROLE-12345"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567890"
    }
  ],
  "active": true,
  "period": {
    "start": "2020-01-01"
  },
  "practitioner": {
    "reference": "Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6",
    "display": "Dr. John Robert Smith"
  },
  "organization": {
    "reference": "Organization/c3453010-d1ae-4180-937e-86cc11292693",
    "display": "Berkshire Family Medicine"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309343006",
          "display": "Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394802001",
          "display": "General medicine"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af",
      "display": "OpenClinTech Primary Clinic"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "413-555-0123"
    },
    {
      "system": "email",
      "value": "appointments@berkshirefamilymedicine.example.com"
    }
  ]
}