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

: Ejemplo: Paciente Maria - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "019b3f7c-1a2b-7000-8000-000000004001",
  "meta" : {
    "lastUpdated" : "2025-03-15T10:30:00Z",
    "profile" : [
      🔗 "https://fhir.huli.ai/r5/StructureDefinition/huli-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 019b3f7c-1a2b-7000-8000-000000004001</b></p><a name=\"019b3f7c-1a2b-7000-8000-000000004001\"> </a><a name=\"hc019b3f7c-1a2b-7000-8000-000000004001\"> </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\">Last updated: 2025-03-15 10:30:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-huli-patient.html\">Huli Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Elena Rodriguez Hernandez(official) Female, DoB: 1985-03-15 ( CURP)</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=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+525512345678\">+52 55 1234 5678</a></li><li><a href=\"mailto:maria.rodriguez@example.com\">maria.rodriguez@example.com</a></li><li>Av. Reforma 456, Depto 12 Ciudad de Mexico CDMX 06600 MX (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Carlos Rodriguez </li><li><a href=\"tel:+525598765432\">+52 55 9876 5432</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization/019b3f7c-1a2b-7000-8000-000000003002\">Centro Medico Huli MX</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "CURP"
          }
        ]
      },
      "system" : "http://www.renapo.gob.mx/curp",
      "value" : "ROHM850315MDFDRL09"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.huli.ai/r5/StructureDefinition/second-lastname",
          "valueString" : "Hernandez"
        }
      ],
      "use" : "official",
      "text" : "Maria Elena Rodriguez Hernandez",
      "family" : "Rodriguez",
      "given" : [
        "Maria",
        "Elena"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+52 55 1234 5678",
      "use" : "mobile",
      "rank" : 1
    },
    {
      "system" : "email",
      "value" : "maria.rodriguez@example.com",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-03-15",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "line" : [
        "Av. Reforma 456, Depto 12"
      ],
      "city" : "Ciudad de Mexico",
      "state" : "CDMX",
      "postalCode" : "06600",
      "country" : "MX"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "N",
              "display" : "Next-of-Kin"
            }
          ]
        }
      ],
      "name" : {
        "family" : "Rodriguez",
        "given" : [
          "Carlos"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+52 55 9876 5432"
        }
      ]
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/019b3f7c-1a2b-7000-8000-000000003002",
    "display" : "Centro Medico Huli MX"
  }
}