FHIR IG analytics| Package | globalalliant.us.eom |
| Resource Type | Practitioner |
| Id | Practitioner-us-core-practitioner-kyle-anydoc.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "us-core-practitioner-kyle-anydoc",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9988776655"
}
],
"name": [
{
"family": "Anydoc",
"given": [
"Kyle"
],
"prefix": [
"Dr."
]
}
],
"address": [
{
"use": "home",
"line": [
"567 Healthcare Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "US"
}
],
"gender": "male",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
}
}
]
}