0.1.3 - ci-build
MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "RelatedPersonExample001",
"meta" : {
"profile" : [
🔗 "https://fhir.medicaia.ar/StructureDefinition/RelatedPersonMED"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson RelatedPersonExample001</b></p><a name=\"RelatedPersonExample001\"> </a><a name=\"hcRelatedPersonExample001\"> </a><a name=\"RelatedPersonExample001-en-US\"> </a><p><b>identifier</b>: DOCUMENTO NACIONAL DE IDENTIDAD/99.999.997</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/V20131 C}\">Emergency Contact</span></p><p><b>name</b>: Maria Marta Lopez Garcia</p><p><b>telecom</b>: ph: (03) 5555 6473(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-07-11</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS",
"code" : "DNI",
"display" : "DOCUMENTO NACIONAL DE IDENTIDAD"
}
]
},
"system" : "https://renaper.gob.ar/DNI",
"value" : "99.999.997"
}
],
"active" : true,
"patient" : {
🔗 "reference" : "Patient/PatientExample001"
},
"relationship" : [
{
"coding" : [
{
"system" : "https://fhir.medicaia.ar/CodeSystem/V20131",
"code" : "C",
"display" : "Emergency Contact"
}
]
}
],
"name" : [
{
"text" : "Maria Marta Lopez Garcia",
"family" : "LOPEZ GARCIA",
"_family" : {
"extension" : [
{
"url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName",
"valueString" : "LOPEZ"
},
{
"url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName",
"valueString" : "GARCIA"
}
]
},
"given" : [
"MARIA MARTA"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(03) 5555 6473",
"use" : "work"
}
],
"gender" : "female",
"birthDate" : "1980-07-11"
}