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
{
"resourceType" : "Patient",
"id" : "patientDonorMale",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/vris/StructureDefinition/ee-vris-donor"
]
},
"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 patientDonorMale</b></p><a name=\"patientDonorMale\"> </a><a name=\"hcpatientDonorMale\"> </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-donor.html\">Patient: EE VRIS Donor</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Ygrek Mister (official) Male, DoB: 1983-01-11 ( DR)</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=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337\u00a0(,\u00a0period:\u00a0(?) --> 2023-12-28)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">EE (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">Patient Nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 EE}\">Estonia</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension for the role of donor/recipient of biological material. (ee Sperma/munaraku doonori/retsipiendi roll (viljatusravi saav naine, mittepartnerannetaja, partner, anonüümne, säilitaja jne).)\"><a href=\"StructureDefinition-ee-vris-role.html\">Cell origin role</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct TODO}\">Non-partner donor</span></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\">Tartu EE </td></tr></table></div>"
},
"extension" : [
{
"url" : "https://fhir.ee/vris/StructureDefinition/ee-vris-role",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "TODO",
"display" : "Non-partner donor"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Tartu",
"country" : "EE"
}
},
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "EE",
"display" : "Estonia"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"code" : "DR"
}
]
},
"system" : "https://fhir.ee/sid/pid/est/ni",
"value" : "38301105216"
},
{
"system" : "https://fhir.ee/sid/pid/est/ppn",
"value" : "K0307337",
"period" : {
"end" : "2023-12-28"
},
"assigner" : {
"display" : "Estonian Police and Board Agency"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Mister",
"given" : [
"Ygrek"
]
}
],
"gender" : "male",
"birthDate" : "1983-01-11",
"_birthDate" : {
"extension" : [
{
"url" : "https://fhir.ee/base/StructureDefinition/ee-patient-age",
"valueAge" : {
"value" : 42,
"unit" : "a",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
]
},
"address" : [
{
"use" : "home",
"country" : "EE"
}
]
}