FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Practitioner |
| Id | Practitioner-ed-physician-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ed-physician-example-1
identifier: NPI/9941339100, http://ncsbn.org/identifier/example-system/9941339100
name: Wise Owl
telecom: Wise.owl@MassGenExample.net
address: 1003 HEALTHCARE DR Miami FL 01002 (work)
{
"resourceType": "Practitioner",
"id": "ed-physician-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339100"
},
{
"system": "http://ncsbn.org/identifier/example-system",
"value": "9941339100"
}
],
"name": [
{
"family": "Owl",
"given": [
"Wise"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "email",
"value": "Wise.owl@MassGenExample.net",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1003 HEALTHCARE DR"
],
"city": "Miami",
"state": "FL",
"postalCode": "01002"
}
]
}