FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Patient |
| Id | Patient-patient-male-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Patient patient-male-example
Language: en
Profile: PatientLt
Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))
| Active: | true | ||
| Other Id: | urn:oid:1.2.3.4.5.6.7.8.9.11/38001011234 (use: official, ) | ||
| Contact Detail |
| ||
Lithuanian
Generated Narrative: Patient patient-male-example
Language: en
Profile: PatientLt
Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))
| Active: | true | ||
| Other Id: | urn:oid:1.2.3.4.5.6.7.8.9.11/38001011234 (use: official, ) | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-male-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/patient-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.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"
}
]
}