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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypePatient
IdPatient-PatientLaboratoryResultExample.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

Paciente de referencia para ejemplos de resultados de laboratorio.


Source1

{
  "resourceType": "Patient",
  "id": "PatientLaboratoryResultExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-patient-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.meddyg.com/fhir/laboratory-results/CodeSystem/cr-identifier-type",
            "code": "cedula-nacional",
            "display": "Cédula Nacional"
          }
        ]
      },
      "system": "https://hl7.meddyg.com/fhir/laboratory-results/sid/cedula-nacional",
      "value": "1234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Alvarado",
      "_family": {
        "extension": [
          {
            "url": "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/ext-second-surname",
            "valueString": "de la O"
          }
        ]
      },
      "given": [
        "Esteba",
        "Francisco"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1980-05-15"
}