0.1.0 - ci-build

RuSEMD, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/Ru-SEMD/ and changes regularly. See the Directory of published versions

: servicerequest-pli - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "servicerequest-pli"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ru/ig/semd/StructureDefinition/semd-servicerequest"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/semd/StructureDefinition/semd-servicerequest>     ] )
  ] ; # 
  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: ServiceRequest servicerequest-pli</b></p><a name=\"servicerequest-pli\"> </a><a name=\"hcservicerequest-pli\"> </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-semd-servicerequest.html\">SEMD ServiceRequest (Запрос/направление на оказание услуги СЭМД)</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Bundle-bundle-pli-oak.html#Patient_patient-novoseltsev\">Bundle: type = document</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-outpatient.html\">Encounter: identifier = Внутренний номер случая обслуживания в МИС: 5469-17,Medical record number; status = completed; class = ambulatory; type = плановая,первичная врачебная медико-санитарная помощь,амбулаторно, в том числе на дому при вызове медицинского работника; actualPeriod = 2022-11-14 09:40:00+0400 --&gt; 2022-11-15 10:30:00+0400</a></p><p><b>insurance</b>: <a href=\"Bundle-bundle-pli-oak.html#Coverage_coverage-oms\">Bundle: type = document</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-novoseltsev" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-outpatient" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/coverage-oms" ]
  ] ) . #