FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Practitioner |
| Id | Practitioner-Scen3PractitionerBlackrock.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 "Scen3PractitionerBlackrock"
identifier: NPI/78910
active: true
name: Doctor Blackrock (OFFICIAL)
telecom: +1-800-456-7890, drblackrock@example.com
address: 123 Main St City State 12345 Country (WORK)
gender: male
{
"resourceType": "Practitioner",
"id": "Scen3PractitionerBlackrock",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "78910"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Blackrock",
"given": [
"Doctor"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-800-456-7890",
"use": "work"
},
{
"system": "email",
"value": "drblackrock@example.com",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"123 Main St"
],
"city": "City",
"state": "State",
"postalCode": "12345",
"country": "Country"
}
],
"gender": "male"
}