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-min.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-min

identifier: https://fhir.ru/ig/core/systems/healthcareservice/HS-THERAPY-001

active: true

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

category: General Practice

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

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


Source1

{
  "resourceType": "HealthcareService",
  "id": "example-core-healthcareservice-therapy-min",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Терапевтическая помощь"
}