Lithuanian Prostate Diagnostics Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Prostate Diagnostics Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-prostate/ and changes regularly. See the Directory of published versions

: Practitioner: LT Base (example)

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-eucore-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base-r5/StructureDefinition/practitioner-eu-core"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-eucore-example</b></p><a name=\"practitioner-eucore-example\"> </a><a name=\"hcpractitioner-eucore-example\"> </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\">Language: lt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base-r5/0.1.0/StructureDefinition-practitioner-eu-core.html\">Practitioner (EU core)</a></p></div><p><b>identifier</b>: <code>http://esveikata.lt/classifiers/Identifier/GYDYTOJAS</code>/1234567890\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Petras Kazlauskas (Official)</p><p><b>telecom</b>: <a href=\"tel:+37061234567\">+37061234567</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://esveikata.lt/classifiers/Identifier/GYDYTOJAS",
      "value" : "1234567890"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Kazlauskas",
      "given" : [
        "Petras"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+37061234567",
      "use" : "work"
    }
  ]
}