NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Practitioner - Dr Helen Mayo - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "example0",
  "meta" : {
    "lastUpdated" : "2025-12-19T10:00:00+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example0</b></p><a name=\"example0\"> </a><a name=\"hcexample0\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-12-19 10:00:00+1100</p></div><p><b>active</b>: true</p><p><b>name</b>: Helen Mayo </p></div>"
  },
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Mayo",
      "given" : [
        "Helen"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ]
}