Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
Previous Page - US Core Pediatric Weight for Height Observation
The US Core 3.1.1 Practitioner or US Core 6.1.0 Practitioner 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 3.1.1 Practitioner or US Core 6.1.0 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 3.1.1 or US Core 6.1.0 Implementation Guide for further examples of completed Practitioner Profiles.