FHIR IG analytics| Package | ihe.pcc.maps.us |
| Resource Type | Practitioner |
| Id | Practitioner-ex-Practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ex-Practitioner
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: National provider identifier/567IUI51C154 (use: usual, )
active: true
name: Simone Heps (Official)
telecom: ph: 2020556936(Work), S.M.Heps@bmc.nl, fax: 0205669283(Work)
address: 25 Eddy St, Providence, RI 02903(work)
gender: Female
birthDate: 1971-11-07
{
"resourceType": "Practitioner",
"id": "ex-Practitioner",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI"
}
]
},
"value": "567IUI51C154"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Heps",
"given": [
"Simone"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "2020556936",
"use": "work"
},
{
"system": "email",
"value": "S.M.Heps@bmc.nl",
"use": "work"
},
{
"system": "fax",
"value": "0205669283",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"text": "25 Eddy St, Providence, RI 02903",
"line": [
"25 Eddy St"
],
"city": "Providence",
"state": "02903",
"postalCode": "RI",
"country": "USA"
}
],
"gender": "female",
"birthDate": "1971-11-07"
}