Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Some Practitioner example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "SomePractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>name</b>: Alice B. Careful </p></div>"
  },
  "active" : true,
  "name" : [
    {
      "family" : "Careful",
      "given" : [
        "Alice",
        "B."
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ]
}