Lithuanian Prostate Diagnostics Implementation Guide
0.0.1 - ci-build Lithuania vėliava

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

: Patient: Male (example)

Neapdorotas json | Atsisiųsti

{
  "resourceType" : "Patient",
  "id" : "patient-male-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/base/StructureDefinition/patient-lt"
    ]
  },
  "language" : "lt",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"lt\" lang=\"lt\"><hr/><p><b>Lithuanian</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-male-example</b></p><a name=\"lt-patient-male-example\"> </a><a name=\"lt-hcpatient-male-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-patient-lt.html\">PatientLt</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>urn:oid:1.2.3.4.5.6.7.8.9.11</code>/38001011234\u00a0(use:\u00a0official,\u00a0)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+37061234567\">+370 61234567</a></li><li>Kalvarijų g. 25 Vilnius LT-09309 LT (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.3.4.5.6.7.8.9.11",
      "value" : "38001011234"
    },
    {
      "use" : "usual",
      "system" : "http://hospital-lt.lt/patient-id",
      "value" : "HOSPLT-20001"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Tomas Kazlauskas",
      "family" : "Kazlauskas",
      "given" : [
        "Tomas"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+370 61234567",
      "use" : "mobile"
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-01-01",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Kalvarijų g. 25"
      ],
      "city" : "Vilnius",
      "postalCode" : "LT-09309",
      "country" : "LT"
    }
  ]
}