VRIS - Viljatusravi infosüsteem
0.1.0 - draft Estonia flag

VRIS - Viljatusravi infosüsteem, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-vris/ and changes regularly. See the Directory of published versions

: patientChild1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patientChild1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/vris/StructureDefinition/ee-vris-patient-child"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patientChild1</b></p><a name=\"patientChild1\"> </a><a name=\"hcpatientChild1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-vris-patient-child.html\">Patient: EE VRIS Child</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Laps Beebi (official) Female, DoB: 2026-05-12 ( https://fhir.ee/sid/pid/est/ni#60506120123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Tallinn, Eesti(home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"Patient-patientFemale.html\">Leena Lööve (official) Female, DoB: 1983-01-11 ( https://fhir.ee/sid/pid/est/ni#38301105216)</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Tallinn EE </td></tr></table></div>"
  },
  "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"
    }
  ]
}