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

FHIR IG analytics

Packagehl7.fhir.us.mcc.r4
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleMCC1.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

Dr Henry Levin is the consulting Nephrologist for Acme Hospital from 1-Jan 2012 to 31-Mar 2022


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleMCC1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-04-21T02:06:18.377+00:00",
    "source": "#fb5IGOPcJ9LfdEhl",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "23"
    }
  ],
  "active": true,
  "period": {
    "start": "2012-01-01",
    "end": "2012-03-31"
  },
  "practitioner": {
    "reference": "Practitioner/practitionerMCC-1",
    "display": "Dr Henry Levin VII"
  },
  "organization": {
    "reference": "http://example.org/Organization/123"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207RN0300X",
          "display": "Nephrology Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207RN0300X",
          "display": "Allopathic Osteopathic Physicians; Internal Medicine, Nephrology"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "http://example.org/Location/SouthWing",
      "display": "South Wing, second floor"
    }
  ],
  "healthcareService": [
    {
      "reference": "http://example.org/HealthcareService/123"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "215-947-0319",
      "use": "work"
    },
    {
      "system": "email",
      "value": "HLV.southern@example.org",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "16:30:00"
    },
    {
      "daysOfWeek": [
        "thu",
        "fri"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "12:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Adam will be on extended leave during May 2017",
      "during": {
        "start": "2017-05-01",
        "end": "2017-05-20"
      }
    }
  ],
  "availabilityExceptions": "Adam is generally unavailable on public holidays and during the Christmas/New Year break"
}