FHIR IG analytics| Package | lt.hl7.fhir.base |
| Resource Type | Patient |
| Id | Patient-patient-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-example
Language: en
Profile: PatientLt
Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))
| Active: | true | ||
| Other Id: | urn:oid:1.2.3.4.5.6.7.8.9.11/38501019999 (use: official, ) | ||
| Contact Detail |
| ||
Lithuanian
Generated Narrative: Patient patient-example
Language: en
Profile: PatientLt
Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))
| Active: | true | ||
| Other Id: | urn:oid:1.2.3.4.5.6.7.8.9.11/38501019999 (use: official, ) | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-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": "38501019999"
},
{
"use": "usual",
"system": "http://hospital-lt.lt/patient-id",
"value": "HOSPLT-10005"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Jonas Petrauskas",
"family": "Petrauskas",
"given": [
"Jonas"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+370 6 555 1234",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1985-01-01",
"address": [
{
"use": "home",
"line": [
"Gedimino pr. 10"
],
"city": "Vilnius",
"postalCode": "LT-01103",
"country": "LT"
}
]
}