0.14.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.14.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 loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/example-core-diagnosticreport-ivanov-blood-min> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-core-diagnosticreport-ivanov-blood-min"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"^^xsd:anyURI ;
       fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-core-diagnosticreport-ivanov-blood-min</b></p><a name=\"example-core-diagnosticreport-ivanov-blood-min\"> </a><a name=\"hcexample-core-diagnosticreport-ivanov-blood-min\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-diagnosticreport.html\">Core DiagnosticReport (Протокол исследования)</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Иван Иванов  Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)</td></tr><tr><td>Relevant Time</td><td>2024-01-15 08:00:00+0000</td></tr><tr><td>Reported</td><td>2024-01-15 10:00:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"PractitionerRole-example-core-practitionerrole-smirnov-therapist-min.html\">PractitionerRole Врач-терапевт участковый</a></td></tr><tr><td>Identifier</td><td> <code>https://fhir.ru/ig/core/systems/diagnosticreport</code>/DR-2024-001</td></tr></table><p><b>Report Details</b></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://fhir.ru/ig/core/systems/diagnosticreport"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "DR-2024-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:58410-2 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "58410-2" ] ;
       fhir:display [ fhir:v "CBC panel - Blood by Automated count" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/example-core-patient-ivanov-min> ;
     fhir:reference [ fhir:v "Patient/example-core-patient-ivanov-min" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/Encounter/example-core-encounter-consultation-min> ;
     fhir:reference [ fhir:v "Encounter/example-core-encounter-consultation-min" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2024-01-15T08:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2024-01-15T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:link <http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist-min> ;
     fhir:reference [ fhir:v "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/example-core-patient-ivanov-min> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-core-encounter-consultation-min> a fhir:Encounter .

<http://hl7.org/fhir/PractitionerRole/example-core-practitionerrole-smirnov-therapist-min> a fhir:PractitionerRole .