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" : "HealthcareService",
  "id" : "example-core-healthcareservice-therapy-min",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService example-core-healthcareservice-therapy-min</b></p><a name=\"example-core-healthcareservice-therapy-min\"> </a><a name=\"hcexample-core-healthcareservice-therapy-min\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/healthcareservice</code>/HS-THERAPY-001</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example-core-organization-polyclinic-min.html\">Organization ГБУЗ Городская поликлиника №1</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>type</b>: <span title=\"Codes:{https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services A11.12.009}\">Взятие крови из периферической вены</span></p><p><b>name</b>: Терапевтическая помощь</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ru/ig/core/systems/healthcareservice",
      "value" : "HS-THERAPY-001"
    }
  ],
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/example-core-organization-polyclinic-min"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "17",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services",
          "code" : "A11.12.009",
          "display" : "Взятие крови из периферической вены"
        }
      ]
    }
  ],
  "name" : "Терапевтическая помощь"
}