Uzbekistan Digital Health Platform
0.3.0 - ci-build International flag

Uzbekistan Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/DHP-temp/ and changes regularly. See the Directory of published versions

: example-pdf-document - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "example-pdf-document",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-pdf-document</b></p><a name=\"example-pdf-document\"> </a><a name=\"hcexample-pdf-document\"> </a><p><b>status</b>: Current</p><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>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://example.com/documents/sample-report.pdf\">https://example.com/documents/sample-report.pdf</a></td><td>Sample Medical Report</td></tr></table></blockquote></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Ссылка на документ любого типа для любых целей. Хотя термин «документ» подразумевает более узкую направленность, для этого ресурса этот «документ» охватывает\u00a0любой\u00a0сериализованный объект с типом mime, он включает в себя формальные документы, ориентированные на пациента (CDA), клинические заметки, отсканированные документы, не относящиеся к пациенту документы, такие как текст политики, а также фото, видео или аудиозаписи, приобретенные или используемые в здравоохранении. Ресурс DocumentReference предоставляет метаданные о документе, чтобы документ можно было обнаружить и управлять им. Фактическое содержимое может быть встроенными данными в кодировке base64 или предоставлено прямой ссылкой. example-pdf-document</b></p><a name=\"ru-example-pdf-document\"> </a><a name=\"ru-hcexample-pdf-document\"> </a><p><b>status</b>: Current</p><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>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://example.com/documents/sample-report.pdf\">https://example.com/documents/sample-report.pdf</a></td><td>Sample Medical Report</td></tr></table></blockquote></div></div>"
  },
  "status" : "current",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://example.com/documents/sample-report.pdf",
        "title" : "Sample Medical Report"
      }
    }
  ]
}