ELTSS 0.1.0 - STU1 Ballot 1

This page is part of the electronic Long-Term Services and Supports Implementation Guide (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

eLTSS Planner Example - JSON Representation

(back to narrative)

Raw json

{
  "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://www.acme.org/practitioners",
            "value" : "23"
          }
        ],
        "name" : [
          {
            "text" : "Mark Planner",
            "family" : "Planner",
            "given" : [
              "Mark"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "(678) 555 1221"
          }
        ]
      }
    }
  ]
}