Lithuanian Colorectal Cancer Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Colorectal Cancer 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-colorectal/ and changes regularly. See the Directory of published versions

: Practitioner: Dr. Petras Kazlauskas (example)

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/base/StructureDefinition/practitioner-lt"
    ]
  },
  "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-example</b></p><a name=\"practitioner-example\"> </a><a name=\"hcpractitioner-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: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7LT/ig-lt-base/StructureDefinition-practitioner-lt.html\">PractitionerLt</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.3.4.5.6.7.8.9.10</code>/19750515-LT12345\u00a0(use:\u00a0official,\u00a0), <code>http://licensing.lt/medical-license</code>/MED-LT-54321\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Petras Kazlauskas(Official)</p><p><b>telecom</b>: <a href=\"tel:+37051234567\">+370 5 123 4567</a>, <a href=\"mailto:p.kazlauskas@clinic.lt\">p.kazlauskas@clinic.lt</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-05-15</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.3.4.5.6.7.8.9.10",
      "value" : "19750515-LT12345"
    },
    {
      "use" : "secondary",
      "system" : "http://licensing.lt/medical-license",
      "value" : "MED-LT-54321"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Dr. Petras Kazlauskas",
      "family" : "Kazlauskas",
      "given" : [
        "Petras"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+370 5 123 4567",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "p.kazlauskas@clinic.lt",
      "use" : "work"
    }
  ],
  "gender" : "male",
  "birthDate" : "1975-05-15"
}