FHIR IG analytics| Package | hl7.fhir.us.specialty-rx |
| Resource Type | Practitioner |
| Id | Practitioner-specialty-rx-practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
Resource Practitioner "specialty-rx-practitioner-1"
Profile: Specialty Prescription Practitioner
identifier: id: 9941339108
name: Jane Smith
telecom: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), jane.smith@example.org
address: 101 Oak Lane Minnetonka MN 55345 (HOME)
{
"resourceType": "Practitioner",
"id": "specialty-rx-practitioner-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339108"
}
],
"name": [
{
"family": "Smith",
"given": [
"Jane"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "fax",
"value": "555-555-1234",
"use": "home"
},
{
"system": "email",
"value": "jane.smith@example.org",
"use": "work"
}
],
"address": [
{
"use": "home",
"line": [
"101 Oak Lane"
],
"city": "Minnetonka",
"state": "MN",
"postalCode": "55345"
}
]
}