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

: Пример пациента - Иван Иванов - TTL Representation

Raw ttl | Download


@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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-patient-ivanov"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-patient"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Пациент: Иванов Иван Петрович</h3><p><strong>Основная информация:</strong></p><ul><li><strong>ФИО:</strong> Иванов Иван Петрович</li><li><strong>Пол:</strong> Мужской</li><li><strong>Дата рождения:</strong> 15 марта 1985 года</li><li><strong>Семейное положение:</strong> Женат</li><li><strong>Статус:</strong> Активный пациент</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 123-456-789-01 (официальный)</li><li><strong>ИНН:</strong> 123456789012 (официальный)</li><li><strong>Паспорт:</strong> 4510-123456 (официальный)</li><li><strong>Полис ОМС:</strong> 1234567890123456 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Тип адреса:</strong> Домашний адрес</li><li><strong>Адрес:</strong> г. Москва, ул. Тверская, д. 1, кв. 15</li><li><strong>Индекс:</strong> 125009</li><li><strong>Регион:</strong> г. Москва (код 77)</li><li><strong>ФИАС код:</strong> 7700000000000000000000000</li></ul><p><strong>Медицинская организация:</strong></p><ul><li><strong>Прикреплен к:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ]       ] )     ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/snils"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123-456-789-01" ] ;
fhir:assigner [
fhir:display [ fhir:v "ПФР РФ" ]     ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAX" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.nalog.gov.ru/inn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789012" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPN" ]       ] )     ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/passport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4510-123456" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPN" ]       ] )     ] ;
fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/oms"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890123456" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Иванов Иван Петрович" ] ;
fhir:family [ fhir:v "Иванов" ] ;
    ( fhir:given [ fhir:v "Иван" ] [ fhir:v "Петрович" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1985-03-15"^^xsd:date] ; # 
  fhir:deceased [
a fhir:boolean ;
fhir:v false
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://fhir.ru/ig/core/StructureDefinition/fias"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-fias"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7700000000000000000000000" ] ;
fhir:display [ fhir:v "г. Москва" ]         ] )       ]     ] [
fhir:url [ fhir:v "https://fhir.ru/ig/core/StructureDefinition/regionRF"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-region-rf"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77" ] ;
fhir:display [ fhir:v "г. Москва" ]         ] )       ]     ] [
fhir:url [ fhir:v "https://fhir.ru/ig/core/StructureDefinition/address-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-address-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Домашний адрес" ]         ] )       ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "г. Москва, ул. Тверская, д. 1, кв. 15" ] ;
    ( fhir:line [ fhir:v "ул. Тверская, д. 1, кв. 15" ] ) ;
fhir:city [ fhir:v "Москва" ] ;
fhir:state [ fhir:v "Москва" ] ;
fhir:postalCode [ fhir:v "125009" ] ;
fhir:country [ fhir:v "RU" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] ) ;
fhir:text [ fhir:v "Женат" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-core-organization-polyclinic" ] ;
fhir:display [ fhir:v "ГБУЗ Городская поликлиника №1" ]
  ] . #