FHIR IG analytics| Package | hl7.fhir.uv.ae-research-ig |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-owen-oncologist.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
Resource Practitioner "practitioner-owen-oncologist"
name: Owen Oncologist
gender: male
address: 123 Corporate Drive Anytown MA 12345 US (work)
| Code |
| Doctor of Medicine (degreeLicenseCertificate#MD) |
{
"resourceType": "Practitioner",
"id": "practitioner-owen-oncologist",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Oncologist",
"given": [
"Owen"
],
"prefix": [
"Dr."
]
}
],
"gender": "male",
"address": [
{
"use": "work",
"line": [
"123 Corporate Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "US"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD"
}
]
}
}
]
}