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

: NurseCarlaRole - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "NurseCarlaRole",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-NurseCarla.html\">Generated Summary: Carla Espinosa (OFFICIAL); Phone: +49 170 1234567; gender: female</a></p><p><b>code</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-practitioner-role nurse}\">nurse</span></p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/NurseCarla"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-practitioner-role",
          "code" : "nurse"
        }
      ]
    }
  ]
}