Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "pract-789",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pract-789</b></p><a name=\"pract-789\"> </a><a name=\"hcpract-789\"> </a><p><b>name</b>: Dr. Example</p></div>"
  },
  "name" : [
    {
      "text" : "Dr. Example"
    }
  ]
}