FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeHealthcareService
IdHealthcareService-example-core-healthcareservice-therapy.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: HealthcareService example-core-healthcareservice-therapy

identifier: https://fhir.ru/ig/core/systems/healthcareservice/HS-THERAPY-001 (use: official, )

active: true

providedBy: ГБУЗ Городская поликлиника №1

category: General Practice

type: Взятие крови из периферической вены

specialty: General Practice

location: Кабинет терапевта №15

name: Терапевтическая помощь

comment:

Оказание первичной медико-санитарной помощи

extraDetails:

Прием ведется по предварительной записи

Photos

-ContentTypeData
*image/jpegiVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==

coverageArea: г. Москва

serviceProvisionCode: Free

Eligibilities

-CodeComment
*Medical

Для застрахованных по ОМС

program: ОМС

communication: Russian

referralMethod: Phone

appointmentRequired: true

endpoint: Электронная регистратура


Source1

{
  "resourceType": "HealthcareService",
  "id": "example-core-healthcareservice-therapy",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.ru/ig/core/systems/healthcareservice",
      "value": "HS-THERAPY-001"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/example-core-organization-polyclinic",
    "display": "ГБУЗ Городская поликлиника №1"
  },
  "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": "Взятие крови из периферической вены"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/c80-practice-codes",
          "code": "GP",
          "display": "General Practice"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example-core-location-therapy-office",
      "display": "Кабинет терапевта №15"
    }
  ],
  "name": "Терапевтическая помощь",
  "comment": "Оказание первичной медико-санитарной помощи",
  "extraDetails": "Прием ведется по предварительной записи",
  "photo": {
    "contentType": "image/jpeg",
    "data": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg=="
  },
  "coverageArea": [
    {
      "reference": "Location/example-core-location-moscow",
      "display": "г. Москва"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
          "code": "free",
          "display": "Free"
        }
      ]
    }
  ],
  "eligibility": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/benefit-category",
            "code": "medical",
            "display": "Medical"
          }
        ]
      },
      "comment": "Для застрахованных по ОМС"
    }
  ],
  "program": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/program",
          "code": "1",
          "display": "ОМС"
        }
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/communication",
          "code": "ru",
          "display": "Russian"
        }
      ]
    }
  ],
  "referralMethod": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
          "code": "phone",
          "display": "Phone"
        }
      ]
    }
  ],
  "appointmentRequired": true,
  "endpoint": [
    {
      "reference": "Endpoint/example-core-endpoint-therapy",
      "display": "Электронная регистратура"
    }
  ]
}