Da Vinci Payer Data Exchange
2.1.0-ballot - STU2 Ballot United States of America flag

This page is part of the Da Vinci Payer Data Exchange (v2.1.0-ballot: STU2.1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

US Core Practitioner

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

Table Definition

Example Practitioner Resource

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.

Next Page - US Core PractitionerRole