This page is part of the CARIN Blue Button Implementation Guide (v1.1.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "Practitioner2",
"meta" : {
"lastUpdated" : "2020-05-04T03:02:01-04:00",
"profile" : [
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner|1.1.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: National Provider Identifier: 8889990000</p><p><b>active</b>: true</p><p><b>name</b>: Jack Brown </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
"code" : "npi",
"display" : "National Provider Identifier"
}
],
"text" : "National Provider Identifier"
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "8889990000"
}
],
"active" : true,
"name" : [
{
"family" : "Brown",
"given" : [
"Jack"
],
"prefix" : [
"Dr."
]
}
]
}