FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-D.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-D
version: 4; Last updated: 2020-07-30 22:03:00+0000;
Information Source: #jvbTK8x0CL9mqWkF
Profile: US Core Practitioner Profile
identifier: NPI/1234560000
name: John D
telecom: ph: 720-555-6443(Work)
gender: Male
birthDate: 1990-06-09
{
"resourceType": "Practitioner",
"id": "practitioner-D",
"meta": {
"versionId": "4",
"lastUpdated": "2020-07-30T22:03:00.656+00:00",
"source": "#jvbTK8x0CL9mqWkF",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234560000"
}
],
"name": [
{
"family": "D",
"given": [
"John"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "720-555-6443",
"use": "work"
}
],
"gender": "male",
"birthDate": "1990-06-09"
}