FHIR IG analytics| Package | fhir.argonaut.pd |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example-practitioner-1
meta:
identifier: 9941339108, 25456
name: Ronald Heart
address: 1002 Healthcare Drive Amherst MA 01002 (HOME)
{
"resourceType": "Practitioner",
"id": "example-practitioner-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org.fhir/sid/us-npi",
"value": "9941339108"
},
{
"system": "http://www.acme.org/practitioners",
"value": "25456"
}
],
"name": [
{
"family": "Heart",
"given": [
"Ronald"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "home",
"line": [
"1002 Healthcare Drive"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002"
}
]
}