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 Adjunto FACEDRA

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "documento-adjunto-ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.comisca.org/fhir/StructureDefinition/documento-adjunto-facedra"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference documento-adjunto-ejemplo</b></p><a name=\"documento-adjunto-ejemplo\"> </a><a name=\"hcdocumento-adjunto-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-adjunto-facedra.html\">Documento Adjunto FACEDRA</a></p></div><p><b>status</b>: Current</p><p><b>subject</b>: <a href=\"Patient-paciente-hombre-completo.html\">Juan García Rodríguez Male, DoB: 1989-03-22 ( Medical record number)</a></p><p><b>date</b>: 2026-05-01 11:00:00-0600</p><p><b>description</b>: </p><div><p>Informe de laboratorio de función hepática</p>\n</div><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td><td><b>Size</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><code>SGVsbG8gRkFDRURSQSBleGFtcGxlIGJhc2U2NC4=</code></td><td>29</td><td>informe-lab-hepatico.pdf</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "subject" : {
    🔗 "reference" : "Patient/paciente-hombre-completo"
  },
  "date" : "2026-05-01T11:00:00-06:00",
  "description" : "Informe de laboratorio de función hepática",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "data" : "SGVsbG8gRkFDRURSQSBleGFtcGxlIGJhc2U2NC4=",
        "size" : "29",
        "title" : "informe-lab-hepatico.pdf"
      }
    }
  ]
}