FHIR IG analytics| Package | lt.hl7.fhir.colorectal |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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
{
"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"
}