This page is part of the Da Vinci Payer Data Exchange (v2.0.0-ballot: STU2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
Previous Page - US Core Pediatric Weight for Height Observation
The US Core Practitioner profile SHALL be used to record information about Practitioners.
The essential fields (Must Support or Cardinality greater than 0..*) to be provided in the US Core Practitioner resource are:
| R4 Element | Name | Cardinality | Type |
|---|---|---|---|
| Practitioner.identifier | identifier | 1..* | (Slice Definition) |
| Practitioner.identifier:All Slices.system | system | 1..1 | uri |
| Practitioner.identifier:All Slices.value | value | 1..1 | string |
| Practitioner.identifier:NPI | identifier:NPI | 0..1 | Identifier |
| Practitioner.identifier:NPI.system | system | 1..1 | uri |
| Practitioner.name | name | 1..* | HumanName |
| Practitioner.name.family | family | 1..1 | string |
An example mapping of a Practitioner resource is shown here:
{
"resourceType" : "Practitioner",
"id" : "practitioner-1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Generated Narrative with Details
id: practitioner-1
meta:
identifier: 9941339108, 25456
name: Ronald Bone
address: 1003 Healthcare Drive Amherst MA 01002 (HOME)
</div>"
},
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "9941339108"
},
{
"system" : "http://www.acme.org/practitioners",
"value" : "25456"
}
],
"name" : [
{
"family" : "Bone",
"given" : [
"Ronald"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"use" : "home",
"line" : [
"1003 Healthcare Drive"
],
"city" : "Amherst",
"state" : "MA",
"postalCode" : "01002"
}
]
}
Refer to the US Core Additional examples of the US Core R4 Implementation Guide for further examples of completed US Core Practitioner Profiles .