This page is part of the electronic Long-Term Services and Supports Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{ "resourceType" : "Bundle", "id" : "practitioner-planner1", "type" : "collection", "entry" : [ { "fullUrl" : "http://example.org/Practitioner/planner1", "resource" : { "resourceType" : "Practitioner", "id" : "planner1", "meta" : { "profile" : [ "http://hl7.org/fhir/us/eltss/StructureDefinition/Practitioner-eltss" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Support Planner / Phone:</b> Mark Planner / (678) 555 1221</p>\n </div>" }, "identifier" : [ { "system" : "http://hl7.org.fhir/sid/us-npi", "value" : "9941339108" }, { "system" : "http://www.acme.org/practitioners", "value" : "25456" } ], "name" : [ { "text" : "Mark Planner", "family" : "Planner", "given" : [ "Mark" ] } ], "telecom" : [ { "system" : "phone", "value" : "(678) 555 1221" } ] } } ] }