FHIR IG analytics| Package | hl7.fhir.cr.meddyg.laboratory-results |
| Resource Type | Patient |
| Id | Patient-PatientLaboratoryResultExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Paciente de referencia para ejemplos de resultados de laboratorio.
{
"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"
}