Last active
March 31, 2022 22:54
-
-
Save aviars/c24c32e12326a3531e51bf4d487929bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
}] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of a PractitionerRole FHIR resource document specifying address, specialty, taking new patients, days and hours available.