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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypePractitionerRole
IdPractitionerRole-dr-vince-jones.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 dr-vince-jones

identifier: http://www.acme.org/practitioners/23

active: true

period: 2012-01-01 --> 2012-03-31

practitioner: Dr Vince Jones

organization: http://example.org/Organization/123

code: Nephrologist (occupation)

specialty: Nephrology Specialist/Technologist, Nephrology

location: South Wing, second floor

healthcareService: http://example.org/HealthcareService/123

telecom: ph: 215-947-0319(Work), HLV.southern@example.org

availableTime

daysOfWeek: Monday, Tuesday, Wednesday

availableStartTime: 09:00:00

availableEndTime: 16:30:00

availableTime

daysOfWeek: Thursday, Friday

availableStartTime: 09:00:00

availableEndTime: 12:00:00

NotAvailables

-DescriptionDuring
*Vince will be on extended leave during May 20172017-05-01 --> 2017-05-20

availabilityExceptions: Vince is generally unavailable on public holidays and during the Christmas/New Year break


Source1

{
  "resourceType": "PractitionerRole",
  "id": "dr-vince-jones",
  "meta": {
    "versionId": "1",
    "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-V",
    "display": "Dr Vince Jones"
  },
  "organization": {
    "reference": "http://example.org/Organization/123"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "11911009",
          "display": "Nephrologist (occupation)"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "246ZN0300X",
          "display": "Nephrology Specialist/Technologist"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394589003",
          "display": "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": "Vince will be on extended leave during May 2017",
      "during": {
        "start": "2017-05-01",
        "end": "2017-05-20"
      }
    }
  ],
  "availabilityExceptions": "Vince is generally unavailable on public holidays and during the Christmas/New Year break"
}