Skip to content

Instantly share code, notes, and snippets.

@aviars
Last active March 31, 2022 22:54
Show Gist options
  • Save aviars/c24c32e12326a3531e51bf4d487929bf to your computer and use it in GitHub Desktop.
Save aviars/c24c32e12326a3531e51bf4d487929bf to your computer and use it in GitHub Desktop.
{
"resourceType": "PractitionerRole",
"meta": {
"lastUpdated": "2022-03-31"
},
"id": "ae5a9a0c-132c-4180-9aed-5c649d66d574",
"text": {
"status": "generated",
"div": "<div xmlns=http://www.w3.org/1999/xhtml><p>ALISON KAVANAUGH </p></div>"
},
"identifier": [{
"use": "official",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1467460428"
}],
"network": [{
"reference": "Organization/medicaid-direct-nc-network"
}, {
"reference": "Organization/healthyblue-nc-network"
}, {
"reference": "Organization/carolina-complete-health-nc-network"
}, {
"reference": "Organization/united-healthcare-community-plan-nc-network"
}],
"qualifications": [{
"code": {
"coding": [{
"system": "http://taxonomy.nucc.org/",
"code": "208000000X",
"display": "Allopathic & Osteopathic Physicians,Pediatrics,"
}]
},
"value": "208000000X"
}],
"specialty": [{
"code": {
"coding": [{
"system": "http://taxonomy.nucc.org/",
"code": "208000000X",
"display": "Allopathic & Osteopathic Physicians,Pediatrics,"
}]
},
"value": "208000000X"
}],
"location": [{
"resourceType": "Location",
"meta": {
"lastUpdated": "2022-03-31",
"profile": ["http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location"]
},
"active": true,
"address": {
"line": ["6013 FARRINGTON RD", "STE 301"],
"city": "CHAPEL HILL",
"state": "NC",
"postalCode": "275178173"
},
"extension": [{
"extension": [{
"url": "acceptingPatients",
"valueCodeableConcept": {
"coding": [{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AcceptingPatientsCS",
"code": "newpt"
}]
}
}]
}],
"hoursOfOperation": [{
"daysOfWeek": ["mon", "tue", "wed"]
}, {
"daysOfWeek": ["mon"],
"openingTime": "08:00",
"closingTime": "15:00"
},
{
"daysOfWeek": ["tue"],
"openingTime": "08:00",
"closingTime": "15:00"
},
{
"daysOfWeek": ["wed"],
"openingTime": "08:00",
"closingTime": "15:00"
}]
}]
}
@aviars
Copy link
Author

aviars commented Mar 31, 2022

Example of a PractitionerRole FHIR resource document specifying address, specialty, taking new patients, days and hours available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment