FHIR IG analytics| Package | hl7.fhir.us.davinci-pct |
| Resource Type | Practitioner |
| Id | Practitioner-Submitter-Practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Submitter-Practitioner-1
Profile: PCT Practitioner
identifier: NPI/9941339100, Electronic Transmitter Identification Number/ETIN-20020001
active: true
name: Nora Ologist
telecom: ph: 860-547-3301(Work), csender@GFEServiceHelp.com
{
"resourceType": "Practitioner",
"id": "Submitter-Practitioner-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339100"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ETIN"
}
]
},
"system": "http://example.com/us-etin",
"value": "ETIN-20020001"
}
],
"active": true,
"name": [
{
"text": "Nora Ologist",
"family": "Ologist",
"given": [
"Nora"
]
}
],
"telecom": [
{
"system": "phone",
"value": "860-547-3301",
"use": "work"
},
{
"system": "email",
"value": "csender@GFEServiceHelp.com",
"use": "work"
}
]
}