EMA Clinical Implementation Guide
0.1.0 - ci-build Chile flag

EMA Clinical Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Procedimiento — Control de glicemia capilar - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "EjemploEmaProcedure",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/clinical/StructureDefinition/ema-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedimiento EjemploEmaProcedure</b></p><a name=\"EjemploEmaProcedure\"> </a><a name=\"hcEjemploEmaProcedure\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-procedure.html\">EMA Procedure</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 33747003}\">Glucose measurement, blood</span></p><p><b>subject</b>: <a href=\"Patient/ejemplo-patient\">María Fernández</a></p><p><b>encounter</b>: <a href=\"Encounter/ejemplo-encounter\">Consulta control diabético</a></p><p><b>performed</b>: 2026-03-10 08:25:00-0300</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/ejemplo-practitioner\">Dr. Andrés Soto</a></td></tr></table></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "33747003",
        "display" : "Glucose measurement, blood"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ejemplo-patient",
    "display" : "María Fernández"
  },
  "encounter" : {
    "reference" : "Encounter/ejemplo-encounter",
    "display" : "Consulta control diabético"
  },
  "performedDateTime" : "2026-03-10T08:25:00-03:00",
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/ejemplo-practitioner",
        "display" : "Dr. Andrés Soto"
      }
    }
  ]
}