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

FHIR IG analytics

Packageee.fhir.vris
Resource TypePatient
IdPatient-patientChild1.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

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 DetailTallinn, Eesti(home)
Links:
Patient Birth PlaceTallinn EE

Source1

{
  "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"
    }
  ]
}