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

FHIR IG analytics

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

Profile: Paciente

Juan Pérez González (official) Male, DoB: 1990-05-02 ( Cédula Nacional: 1-0123-4567 (use: official, ))


Active:true
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientCedula",
  "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": "1-0123-4567"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Pérez González",
      "given": [
        "Juan"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+506 2555 1234",
      "use": "home"
    },
    {
      "system": "email",
      "value": "juan.perez@example.cr",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1990-05-02"
}