<<<<<<< HEAD ======= >>>>>>> med01


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

: PatientExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/PatientMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample001</b></p><a name=\"PatientExample001\"> </a><a name=\"hcPatientExample001\"> </a><a name=\"PatientExample001-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</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\">Medical record number/MED12345678</td></tr></table></div>"
  },
  "identifier" : [
    {
      "id" : "NationalPersonIdentifier-0",
      "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.998"
    },
    {
      "id" : "MedicalRecordNumber-0",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.medicaia.ar/CodeSystem/IdentifierTypeCS",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      },
      "system" : "https://medicaia.ar/MRN",
      "value" : "MED12345678",
      "assigner" : {
        🔗 "reference" : "Organization/OrganizationExample001"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Juan Domingo Perez Garcia",
      "family" : "PEREZ GARCIA",
      "_family" : {
        "extension" : [
          {
            "url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName",
            "valueString" : "PEREZ"
          },
          {
            "url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName",
            "valueString" : "GARCIA"
          }
        ]
      },
      "given" : [
        "JUAN DOMINGO"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1998-08-08"
}