0.1.0 - ci-build

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

: Lab Encounter Instance Outpatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-outpatient",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/semd/StructureDefinition/semd-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-outpatient</b></p><a name=\"encounter-outpatient\"> </a><a name=\"hcencounter-outpatient\"> </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-semd-encounter.html\">SEMD Encounter (Случай оказания медицинской помощи СЭМД)</a></p></div><p><b>identifier</b>: Внутренний номер случая обслуживания в МИС/5469-17, Medical record number/?ngen-9?</p><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>type</b>: <span title=\"Codes:{Core_Cs_Nsi_Service-Form 1}\">плановая</span>, <span title=\"Codes:{Core_Cs_Nsi_Service-Type 2}\">первичная врачебная медико-санитарная помощь</span>, <span title=\"Codes:{Core_Cs_Nsi_Service-Condition 2}\">амбулаторно, в том числе на дому при вызове медицинского работника</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-pli-oak.html#Patient_patient-novoseltsev\">Bundle: type = document</a></p><p><b>partOf</b>: Identifier: Номер амбулаторной карты/5316-17</p><p><b>actualPeriod</b>: 2022-11-14 09:40:00+0400 --&gt; 2022-11-15 10:30:00+0400</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "text" : "Внутренний номер случая обслуживания в МИС"
      },
      "system" : "urn:oid:1.2.643.5.1.13.13.12.2.22.1576.100.1.1.15",
      "value" : "5469-17"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/semd/systems/mis-encounter-id"
    }
  ],
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "AMB"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "Core_Cs_Nsi_Service-Form",
          "version" : "1.1",
          "code" : "1",
          "display" : "плановая"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "Core_Cs_Nsi_Service-Type",
          "version" : "4.2",
          "code" : "2",
          "display" : "первичная врачебная медико-санитарная помощь"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "Core_Cs_Nsi_Service-Condition",
          "version" : "2.1",
          "code" : "2",
          "display" : "амбулаторно, в том числе на дому при вызове медицинского работника"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-novoseltsev"
  },
  "partOf" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "Core_Cs_Nsi_Types_Medical_Cards",
            "version" : "1.1",
            "code" : "1",
            "display" : "Амбулаторная карта"
          }
        ],
        "text" : "Номер амбулаторной карты"
      },
      "system" : "urn:oid:1.2.643.5.1.13.13.12.2.22.1576.100.1.1.16",
      "value" : "5316-17"
    }
  },
  "actualPeriod" : {
    "start" : "2022-11-14T09:40:00+04:00",
    "end" : "2022-11-15T10:30:00+04:00"
  }
}