Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: ExampleHealthcareService1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hs1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ssv.uz/fhir/StructureDefinition/UZBaseHealthcareService"^^xsd:anyURI ;
fhir:link <https://ssv.uz/fhir/StructureDefinition/UZBaseHealthcareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"hs1\"> </a></p><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\">Resource HealthcareService &quot;hs1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseHealthcareService.html\">UZBaseHealthcareService</a></p></div><p><b>identifier</b>: id: 1</p><p><b>active</b>: true</p><p><b>category</b>: outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-category#outpatient)</span></p><p><b>type</b>: outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-type#outpatient)</span></p><p><b>name</b>: Консультация</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "1" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ]     ] )
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Консультация"] . #