FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Procedure |
| Id | Procedure-ProcedimientoCLEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ProcedimientoCLEjemplo
Profile: Procedimientos
status: Completed
category: Procedimiento quirúrgico
code: Cirugía a corazón abierto
subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
performed: 2011-06-17
| Actor |
| Practitioner Nicolás Bastian Figueroa (official) |
bodySite: Corazón
{
"resourceType": "Procedure",
"id": "ProcedimientoCLEjemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Procedimientos-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical procedure"
}
],
"text": "Procedimiento quirúrgico"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2598006",
"display": "Open heart surgery"
}
],
"text": "Cirugía a corazón abierto"
},
"subject": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"performedDateTime": "2011-06-17",
"performer": [
{
"actor": {
"reference": "Practitioner/PrestadorMedInternaClIpsEjemplo"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80891009",
"display": "Heart structure"
}
],
"text": "Corazón"
}
]
}