Huli FHIR Core Implementation Guide (R5)
0.1.0 - Release Latin America and the Caribbean

Huli FHIR Core Implementation Guide (R5) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Patient Mapping

Patient Mapping (R5)

HuliPatient profiles the FHIR R5 Patient resource. Patient is structurally compatible between R4 and R5 for every element this profile constrains, so the mapping is identical to the R4 IG.

Huli source FHIR element
first_lastname name.family
second_lastname name.extension[secondLastname] (second-lastname)
given_name (+ middle) name.given[]
full name name.text
demographics.biological_sex gender (M→male, F→female, I→other, null→unknown)
birth_date birthDate
status active (1→true, 3/4→false; 5 not exposed)
demographics.blood_type extension[bloodType] (huli-blood-type)
private_insurance[] repeating extension[privateInsurance]
national ids (CURP/RFC/NSS/INE/CED/DIMEX/DPI/PPN/MR) sliced identifier[]
telecom / address telecom[] / address[]
tenant org managingOrganization

Identifier type codes are emitted as the literal Huli type (CURP, RFC, …) under system = http://terminology.hl7.org/CodeSystem/v2-0203 — switch on the value, do not validate against the standard v2-0203 ValueSet.

birthPlace and ethnicity are read-only projections (the latter is an experimental IG-only extension the runtime does not emit).