Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: AdminNurseClara - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "AdminNurseClara",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>name</b>: Clara Espinosa (OFFICIAL)</p><p><b>gender</b>: female</p></div>"
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Espinosa",
      "given" : [
        "Clara"
      ]
    }
  ],
  "gender" : "female"
}