FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleMCC2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Nancy Nurse NP is a Diabteets Nurse paractitioner for Acme Hospital from 1-Jan 2012 to 31-Mar 2022
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleMCC2",
"meta": {
"versionId": "1",
"lastUpdated": "2022-04-21T02:06:18.382+00:00",
"source": "#oE6CLVfJNYeRB3yq",
"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-2",
"display": "Nancy Nurse NP"
},
"organization": {
"reference": "http://example.org/Organization/123"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "363L00000X"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "163WD0400X",
"display": "Diabetes Educator Registered Nurse"
}
]
}
],
"location": [
{
"reference": "http://example.org/Location/SouthWing",
"display": "South Wing, second floor"
}
],
"healthcareService": [
{
"reference": "http://example.org/HealthcareService/123"
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5555 6473",
"use": "work"
},
{
"system": "email",
"value": "NNNP@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": "Nancy will be on extended leave during May 2022",
"during": {
"start": "2022-05-01",
"end": "2022-05-20"
}
}
],
"availabilityExceptions": "Nancy is generally unavailable on public holidays and during Jewish Holidays"
}