FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Practitioner |
| Id | Practitioner-Scen1PractitionerPatel.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 "Scen1PractitionerPatel"
identifier: http://example.org/practitioner/P12345
active: true
name: Rajesh Patel
telecom: +1(555) 555-4321, rajesh.patel@example.org
address: 456 Health Avenue Medicity NY 54321 USA
gender: male
birthDate: 1975-06-15
| Identifier | Code | Period |
http://example.org/qualification/Q98765 | General Practitioner () | 2000-07-01 --> (ongoing) |
{
"resourceType": "Practitioner",
"id": "Scen1PractitionerPatel",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/practitioner",
"value": "P12345"
}
],
"active": true,
"name": [
{
"family": "Patel",
"given": [
"Rajesh"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1(555) 555-4321",
"use": "work"
},
{
"system": "email",
"value": "rajesh.patel@example.org",
"use": "work"
}
],
"address": [
{
"line": [
"456 Health Avenue"
],
"city": "Medicity",
"state": "NY",
"postalCode": "54321",
"country": "USA"
}
],
"gender": "male",
"birthDate": "1975-06-15",
"qualification": [
{
"identifier": [
{
"system": "http://example.org/qualification",
"value": "Q98765"
}
],
"code": {
"text": "General Practitioner"
},
"period": {
"start": "2000-07-01"
}
}
]
}