FHIR IG analytics| Package | hl7.fhir.us.codex-radiation-therapy |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-1005.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-1005
Language: en
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: United States National Provider Identifier/19941339108 (use: official, ), http://example.com/varian/fhir/identifier/practitionerUserName/aria\user (use: usual, )
name: Egon Spengler
telecom: ph: 555-555-5555(Work)
{
"resourceType": "Practitioner",
"id": "Practitioner-1005",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "19941339108"
},
{
"use": "usual",
"system": "http://example.com/varian/fhir/identifier/practitionerUserName",
"value": "aria\\user"
}
],
"name": [
{
"use": "usual",
"family": "Spengler",
"given": [
"Egon"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
}
]
}