FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypePractitioner
IdPractitioner-practitioner-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Practitioner practitioner-example

Language: en

Profile: PractitionerLt

identifier: urn:oid:1.2.3.4.5.6.7.8.9.10/19750515-LT12345 (use: official, ), http://licensing.lt/medical-license/MED-LT-54321 (use: secondary, )

active: true

name: Dr. Petras Kazlauskas(Official)

telecom: +370 5 123 4567, p.kazlauskas@clinic.lt

gender: Male

birthDate: 1975-05-15


Lithuanian


Generated Narrative: Practitioner practitioner-example

Language: en

Profile: PractitionerLt

identifier: urn:oid:1.2.3.4.5.6.7.8.9.10/19750515-LT12345 (use: official, ), http://licensing.lt/medical-license/MED-LT-54321 (use: secondary, )

active: true

name: Dr. Petras Kazlauskas(Official)

telecom: +370 5 123 4567, p.kazlauskas@clinic.lt

gender: Male

birthDate: 1975-05-15


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/practitioner-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}