FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Practitioner |
| Id | Practitioner-ra-prac01pat01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ra-prac01pat01
Language: en
identifier: NPI/1245319599
name: Harold Hippocrates
address: 1035 Healthcare Drive Ann Harbor MI 99999 (home)
{
"resourceType": "Practitioner",
"id": "ra-prac01pat01",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Practitioner01: Harold Hippocrates"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example practitioner that uses the US Core Practitioner profile. The example practitioner is an individual practitioner: Harold Hippocrates."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|7.0.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1245319599"
}
],
"name": [
{
"family": "Hippocrates",
"given": [
"Harold"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "home",
"line": [
"1035 Healthcare Drive"
],
"city": "Ann Harbor",
"state": "MI",
"postalCode": "99999"
}
]
}