Notificación FACEDRA basada en FHIR® R5 |
0.1.1 - ci-build International flag

Notificación FACEDRA basada en FHIR® R5 | - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo de Documento de Notificación FACEDRA

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "documento-notificacion-ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.comisca.org/fhir/StructureDefinition/documento-notificacion-facedra"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition documento-notificacion-ejemplo</b></p><a name=\"documento-notificacion-ejemplo\"> </a><a name=\"hcdocumento-notificacion-ejemplo\"> </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-documento-notificacion-facedra.html\">Documento de Notificacion FACEDRA</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-expediente-clinico.html\" title=\"Identificador único del expediente clínico del paciente dentro del sistema de salud notificador, usado en el contexto de la notificación FACEDRA.\">Expediente Clínico FACEDRA</a>/FACEDRA-2026-0001</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/notification-type other}\">Otros</span></p><p><b>date</b>: 2026-05-01 10:00:00-0600</p><p><b>author</b>: Notificador ejemplo</p><p><b>title</b>: Notificación RAM - FACEDRA</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://hl7.comisca.org/fhir/NamingSystem/expediente-clinico",
      "value" : "FACEDRA-2026-0001"
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "https://hl7.comisca.org/fhir/CodeSystem/notification-type",
        "code" : "other",
        "display" : "Otros"
      }
    ]
  },
  "subject" : [
    {
      "reference" : "urn:uuid:22222222-2222-4222-8222-222222222222"
    }
  ],
  "date" : "2026-05-01T10:00:00-06:00",
  "author" : [
    {
      "display" : "Notificador ejemplo"
    }
  ],
  "title" : "Notificación RAM - FACEDRA",
  "section" : [
    {
      "title" : "Información del evento",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sección de ejemplo</div>"
      }
    }
  ]
}