eLab posistemės integracijos dokumentacija
0.3.3 - versija Lithuania flag

eLab posistemės integracijos dokumentacija - Local Development build (v0.3.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: practitionerRole1 - JSON Representation

Peržiūrėti json | Atsisiųsti


{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerRole1",
  "meta" : {
    "profile" : [
      🔗 "http://esveikata.lt/fhir/StructureDefinition/lt-practitionerRole"
    ]
  },
  "identifier" : [
    {
      "system" : "http://esveikata.lt/Identifier/StampCode",
      "value" : "79121137740"
    },
    {
      "system" : "http://esveikata.lt/Identifier/ESPBI",
      "value" : "18749704477"
    }
  ],
  "period" : {
    "start" : "2023-01-01T17:27:00+03:00"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/practitioner1"
  },
  "organization" : {
    🔗 "reference" : "Organization/organization1"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://esveikata.lt/classifiers/RoleType",
          "code" : "1",
          "display" : "Sveikatos priežiūros specialistas"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://esveikata.lt/classifiers/QualificationCode",
          "code" : "221227",
          "display" : "Gydytojas neurologas"
        }
      ]
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+37067000000"
        },
        {
          "system" : "email",
          "value" : "j.pavard@centro-klinika.lt"
        }
      ]
    }
  ]
}