FHIR IG analytics| Package | ee.fhir.vris |
| Resource Type | Patient |
| Id | Patient-patientChild1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patientChild1
Language: et
Profile: Patient: EE VRIS Child
Laps Beebi (official) Female, DoB: 2026-05-12 ( https://fhir.ee/sid/pid/est/ni#60506120123)
| Active: | true | ||
| Contact Detail | Tallinn, Eesti(home) | ||
| Links: | |||
| Patient Birth Place | Tallinn EE | ||
{
"resourceType": "Patient",
"id": "patientChild1",
"meta": {
"profile": [
"https://fhir.ee/vris/StructureDefinition/ee-vris-patient-child"
]
},
"language": "et",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "Tallinn",
"country": "EE"
}
}
],
"identifier": [
{
"system": "https://fhir.ee/sid/pid/est/ni",
"value": "60506120123"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Beebi",
"given": [
"Laps"
]
}
],
"gender": "female",
"birthDate": "2026-05-12",
"address": [
{
"use": "home",
"text": "Tallinn, Eesti",
"city": "Tallinn",
"country": "EE"
}
],
"link": [
{
"other": {
"reference": "Patient/patientFemale"
},
"type": "seealso"
}
]
}