FHIR IG analytics| Package | hl7.fhir.us.medication-rems |
| Resource Type | Practitioner |
| Id | Practitioner-pra1234.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner pra1234
Profile: US Core Practitioner Profile
identifier: United States National Provider Identifier/1122334455
name: Jane Betty Doe (Official)
telecom: ph: 555-873-1557, jane.betty@myhospital.com, fax: 555-123-4567
address: 840 Seneca St Buffalo NY 14210 (home)
{
"resourceType": "Practitioner",
"id": "pra1234",
"meta": {
"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": "1122334455"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane",
"Betty"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-873-1557",
"rank": 1
},
{
"system": "email",
"value": "jane.betty@myhospital.com",
"rank": 2
},
{
"system": "fax",
"value": "555-123-4567",
"rank": 3
}
],
"address": [
{
"use": "home",
"type": "both",
"line": [
"840 Seneca St"
],
"city": "Buffalo",
"state": "NY",
"postalCode": "14210"
}
]
}