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" : "FamilyMemberHistory",
"id" : "FamilyMemberHistoryExample001",
"meta" : {
"profile" : [
🔗 "https://fhir.medicaia.ar/StructureDefinition/FamilyMemberHistoryMED"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory FamilyMemberHistoryExample001</b></p><a name=\"FamilyMemberHistoryExample001\"> </a><a name=\"hcFamilyMemberHistoryExample001\"> </a><a name=\"FamilyMemberHistoryExample001-en-US\"> </a><p><b>status</b>: Completed</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>name</b>: Juan Perez</p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/RoleCodeCS FTH}\">father</span></p></div>"
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/PatientExample001"
},
"name" : "Juan Perez",
"relationship" : {
"coding" : [
{
"system" : "https://fhir.medicaia.ar/CodeSystem/RoleCodeCS",
"code" : "FTH",
"display" : "father"
}
]
}
}