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

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypePatient
IdPatient-CRPatientDeceasedWithDate.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 CRPatientDeceasedWithDate

Profile: Paciente

Carlos Rodríguez (official) Male, DoB: 1950-03-15 ( Cédula Nacional: 501230456 (use: official, ))


Active:falseDeceased:2024-01-20 14:30:00-0600

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientDeceasedWithDate",
  "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": "501230456"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "official",
      "family": "Rodríguez",
      "given": [
        "Carlos"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1950-03-15",
  "deceasedDateTime": "2024-01-20T14:30:00-06:00"
}