FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypePatient
IdPatient-CRPatientMultipleId.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient CRPatientMultipleId

Profile: Paciente

Mariela Vargas Jiménez (official) Female, DoB: 1998-02-21 ( Cédula Nacional: 2-0666-0888 (use: official, ))


Active:true
Other Id:Pasaporte/P0048822 (use: secondary, )

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientMultipleId",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
            "code": "cedula-nacional",
            "display": "Cédula Nacional"
          }
        ]
      },
      "system": "https://hl7.or.cr/fhir/identifier/client-registry",
      "value": "2-0666-0888"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
            "code": "pasaporte",
            "display": "Pasaporte"
          }
        ]
      },
      "system": "https://hl7.or.cr/fhir/identifier/client-registry",
      "value": "P0048822"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Vargas Jiménez",
      "given": [
        "Mariela"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1998-02-21"
}