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

: NurseCarla - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "NurseCarla",
  "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>: Carla Espinosa (OFFICIAL)</p><p><b>telecom</b>: <a href=\"tel:+491701234567\">+49 170 1234567</a></p><p><b>gender</b>: female</p></div>"
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Espinosa",
      "given" : [
        "Carla"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+49 170 1234567"
    }
  ],
  "gender" : "female"
}