FHIR IG analytics| Package | hl7.fhir.cl.minsal.tei |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-AbadrenalEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PeticiónServicio AbadrenalEjemplo
Profile: Solicitud de Examen LE
basedOn: ServiceRequest Patient referral to specialist
status: Draft
intent: Order
code: Ab adrenal en Sérum
authoredOn: 2024-02-22 08:30:00-0300
requester: Practitioner Gonzalo Gonzalez
reasonCode: insuficiencia adrenal severa
note:
para dar seguimiento al tratamiento del paciente
{
"resourceType": "ServiceRequest",
"id": "AbadrenalEjemplo",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
}
],
"status": "draft",
"intent": "order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8059-8"
}
],
"text": "Ab adrenal en Sérum"
},
"subject": {
"reference": "Patient/EjemploPatientLE"
},
"authoredOn": "2024-02-22T08:30:00-03:00",
"requester": {
"reference": "Practitioner/PractitionerProfesionalLEAtendedor"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24867002",
"display": "Severe adrenal insufficiency"
}
],
"text": "insuficiencia adrenal severa"
}
],
"note": [
{
"text": "para dar seguimiento al tratamiento del paciente"
}
]
}