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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-core-appointment-ivanov-consultation"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-core-appointment-ivanov-consultation</b></p><a name=\"example-core-appointment-ivanov-consultation\"> </a><a name=\"hcexample-core-appointment-ivanov-consultation\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/appointment</code>/APT-2024-001 (use: official, )</p><p><b>status</b>: Fulfilled</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/c80-practice-codes GP}\">General Practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}\">Routine</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Routine</span></p><p><b>description</b>: Консультация терапевта по поводу повышенной температуры</p><p><b>supportingInformation</b>: <a href=\"Observation-example-core-observation-ivanov-temperature.html\">Температура тела 38.5°C</a></p><p><b>start</b>: 2024-01-15 10:00:00+0000</p><p><b>end</b>: 2024-01-15 10:30:00+0000</p><p><b>minutesDuration</b>: 30</p><p><b>requestedPeriod</b>: 2024-01-15 09:00:00+0000 --> 2024-01-15 11:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>actor</b>: <a href=\"PractitionerRole-example-core-practitionerrole-smirnov-therapist.html\">Смирнов Александр Иванович</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Patient-example-core-patient-ivanov.html\">Иванов Иван Петрович</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/appointment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "APT-2024-001" ]
] ) ; #
fhir:status [ fhir:v "fulfilled"] ; #
fhir:serviceCategory ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/c80-practice-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GP" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:appointmentType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ROUTINE" ] ;
fhir:display [ fhir:v "Routine" ] ] )
] ; #
fhir:priority [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Routine" ] ] )
] ; #
fhir:description [ fhir:v "Консультация терапевта по поводу повышенной температуры"] ; #
fhir:supportingInformation ( [
fhir:reference [ fhir:v "Observation/example-core-observation-ivanov-temperature" ] ;
fhir:display [ fhir:v "Температура тела 38.5°C" ]
] ) ; #
fhir:start [ fhir:v "2024-01-15T10:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2024-01-15T10:30:00Z"^^xsd:dateTime] ; #
fhir:minutesDuration [ fhir:v "30"^^xsd:positiveInteger] ; #
fhir:requestedPeriod ( [
fhir:start [ fhir:v "2024-01-15T09:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-15T11:00:00Z"^^xsd:dateTime ]
] ) ; #
fhir:participant ( [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATND" ] ;
fhir:display [ fhir:v "attender" ] ] ) ] ) ;
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist" ] ;
fhir:display [ fhir:v "Смирнов Александр Иванович" ] ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
] [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ] ;
fhir:display [ fhir:v "primary performer" ] ] ) ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Patient/example-core-patient-ivanov" ] ;
fhir:display [ fhir:v "Иванов Иван Петрович" ] ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #
IG © 2023+ HL7 FHIR Россия. Package ru.core#0.2.0 based on FHIR 5.0.0. Generated 2025-08-19
Links: Table of Contents |
QA Report