LACPass International Patient Summary (IPS) Guide
0.1.0 - ci-build

LACPass International Patient Summary (IPS) Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LACPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "LACPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://lacpass.racsel.org/StructureDefinition/lac-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sergio Penafiel(Official)</b> male, DoB: 1994-10-13 ( Tax ID number/CL/18922652-7)</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=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Passport number/CL/F12-1234123-2\u00a0(use:\u00a0official)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ]
      },
      "system" : "urn:oid.2.16.152",
      "value" : "CL/F12-1234123-2"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "urn:oid.2.16.152",
      "value" : "CL/18922652-7"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Sergio Penafiel",
      "family" : "Penafiel",
      "given" : [
        "Sergio"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1994-10-13"
}