FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-3
Profile: US Core Practitioner Profile version: 9.0.0
identifier: United States National Provider Identifier/1245319599, National Council of State Boards of Nursing (NCSBN) ID/87654321
name: Nancy Nurse (Official)
telecom: Nurse.Nancy@direct.ExampleMedicalPractice.net
address: 1080 FIRST COLONIAL RD VIRGINIA BEACH VA 21454-2406 (work)
{
"resourceType": "Practitioner",
"id": "practitioner-3",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1245319599"
},
{
"system": "http://terminology.hl7.org/NamingSystem/NCSBNID",
"value": "87654321"
}
],
"name": [
{
"use": "official",
"family": "Nurse",
"given": [
"Nancy"
],
"suffix": [
"RN"
]
}
],
"telecom": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct",
"valueBoolean": true
}
],
"system": "email",
"value": "Nurse.Nancy@direct.ExampleMedicalPractice.net",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1080 FIRST COLONIAL RD"
],
"city": "VIRGINIA BEACH",
"state": "VA",
"postalCode": "21454-2406"
}
]
}