0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример состава документа - консультация Иванова И.П. - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "example-core-composition-ivanov-consultation-min",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-composition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example-core-composition-ivanov-consultation-min</b></p><a name=\"example-core-composition-ivanov-consultation-min\"> </a><a name=\"hcexample-core-composition-ivanov-consultation-min\"> </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-core-composition.html\">Core Composition (Документ)</a></p></div><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/composition</code>/COMP-2024-001</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>date</b>: 2024-01-15 10:30:00+0000</p><p><b>author</b>: <a href=\"PractitionerRole-example-core-practitionerrole-smirnov-therapist-min.html\">PractitionerRole Врач-терапевт участковый</a></p><p><b>title</b>: Запись о приеме пациента Иванова И.П.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ru/ig/core/systems/composition",
      "value" : "COMP-2024-001"
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11506-3",
        "display" : "Progress note"
      }
    ]
  },
  "subject" : [
    {
      🔗 "reference" : "Patient/example-core-patient-ivanov-min"
    }
  ],
  "date" : "2024-01-15T10:30:00Z",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
    }
  ],
  "title" : "Запись о приеме пациента Иванова И.П."
}