FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-2
identifier: United States National Provider Identifier/1245319599, http://www.acme.org/practitioners/456789
name: Fielding Kathy
telecom: Kathy.Fielding@direct.ExampleMedicalPractice.net
address: 1080 FIRST COLONIAL RD VIRGINIA BEACH VA 21454-2406 (work)
{
"resourceType": "Practitioner",
"id": "practitioner-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1245319599"
},
{
"system": "http://www.acme.org/practitioners",
"value": "456789"
}
],
"name": [
{
"family": "Kathy",
"given": [
"Fielding"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct",
"valueBoolean": true
}
],
"system": "email",
"value": "Kathy.Fielding@direct.ExampleMedicalPractice.net",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1080 FIRST COLONIAL RD"
],
"city": "VIRGINIA BEACH",
"state": "VA",
"postalCode": "21454-2406"
}
]
}