CARIN Consumer Realtime Pharmacy Benefit Check
- CI Build

This page is part of the Consumer Real-time Pharmacy Benefit Check (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Practitioner-rtpbc-practitioner-03

Raw json

{
  "resourceType" : "Practitioner",
  "id" : "rtpbc-practitioner-03",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/carin/StructureDefinition/rtpbc-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: rtpbc-practitioner-03</p><p><b>meta</b>: </p><p><b>identifier</b>: 1234567890</p><p><b>name</b>: Johnson </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567890"
    }
  ],
  "name" : [
    {
      "family" : "Johnson"
    }
  ]
}