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

FHIR IG analytics

Packagehl7.fhir.cl.agenda
Resource TypePatient
IdPatient-EjemploPaciente1.json
FHIR VersionR4

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: Paciente EjemploPaciente1

Profile: Paciente

Valentina Daniela Contreras (no stated gender), DoB: 2001-02-10 ( 20.706.399-1)


Edad del paciente23

Source1

{
  "resourceType": "Patient",
  "id": "EjemploPaciente1",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/PacienteAgenda"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/Edad",
      "valueInteger": 23
    }
  ],
  "identifier": [
    {
      "value": "20.706.399-1"
    }
  ],
  "name": [
    {
      "family": "Contreras",
      "given": [
        "Valentina Daniela"
      ]
    }
  ],
  "birthDate": "2001-02-10"
}