PACIO Personal Functioning and Engagement Implementation Guide
2.0.0-ballot - STU2 Ballot United States of America flag

This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: PFEIG-Practitioner-JohnSmith - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PFEIG-Practitioner-JohnSmith",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PFEIG-Practitioner-JohnSmith</b></p><a name=\"PFEIG-Practitioner-JohnSmith\"> </a><a name=\"hcPFEIG-Practitioner-JohnSmith\"> </a><a name=\"PFEIG-Practitioner-JohnSmith-en-US\"> </a><p><b>active</b>: true</p><p><b>name</b>: John Smith</p><p><b>telecom</b>: ph: -unknown-</p><p><b>gender</b>: Male</p></div>"
  },
  "active" : true,
  "name" : [
    {
      "text" : "John Smith",
      "family" : "Smith",
      "given" : [
        "John"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone"
    }
  ],
  "gender" : "male"
}