FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-dr-vince-jones.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole dr-vince-jones
version: 1
Profile: US Core PractitionerRole Profile
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
| Description | During |
| Vince will be on extended leave during May 2017 | 2017-05-01 --> 2017-05-20 |
availabilityExceptions: Vince is generally unavailable on public holidays and during the Christmas/New Year break
{
"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"
}