FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | Practitioner |
| Id | Practitioner-ccda-practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ccda-practitioner-example
version: 6; Last updated: 2020-08-12 21:30:18+0000;
Information Source: #csn482LCsnDWyxbW
Profile: US Core Practitioner Profile
identifier: US National Provider Identifier/9999991011 (use: official, )
name: Brenda Jennings Richard
telecom: ph: 313-555-6868(Home), ph: 313-555-6443(Work)
address: 346 W Plum Avenu Dearborn MI 48123
gender: Female
birthDate: 1976-11-15
{
"resourceType": "Practitioner",
"id": "ccda-practitioner-example",
"meta": {
"versionId": "6",
"lastUpdated": "2020-08-12T21:30:18.070+00:00",
"source": "#csn482LCsnDWyxbW",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
],
"text": "US National Provider Identifier"
},
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9999991011"
}
],
"name": [
{
"family": "Richard",
"given": [
"Brenda",
"Jennings"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "313-555-6868",
"use": "home"
},
{
"system": "phone",
"value": "313-555-6443",
"use": "work"
}
],
"address": [
{
"text": "346 W Plum Avenu Dearborn MI 48123",
"line": [
"346 W Plum Avenue"
],
"city": "Dearborn",
"state": "MI",
"postalCode": "48126"
}
],
"gender": "female",
"birthDate": "1976-11-15"
}