Estonian Base Implementation Guide
1.1.1 - trial-use
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "RelatedPerson",
"id" : "Mets2Meri",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/base/StructureDefinition/ee-related-person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson Mets2Meri</b></p><a name=\"Mets2Meri\"> </a><a name=\"hcMets2Meri\"> </a><a name=\"Mets2Meri-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-pat1.html\">Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass ECON}\">emergency contact</span>, <span title=\"Codes:{http://snomed.info/sct 113163005}\">Friend</span></p><p><b>name</b>: Mari Meri</p></div>"
},
"patient" : {
🔗 "reference" : "Patient/pat1"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code" : "ECON",
"display" : "emergency contact"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "113163005",
"display" : "Friend"
}
]
}
],
"name" : [
{
"text" : "Mari Meri"
}
]
}