HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SlotExample05 - 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:Slot ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SlotExample05"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-slot"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-slot>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot SlotExample05</b></p><a name=\"SlotExample05\"> </a><a name=\"hcSlotExample05\"> </a><a name=\"SlotExample05-en-US\"> </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-profile-my-slot.html\">日程计划可预约时间段本地化定义</a></p></div><blockquote><p><b>cn/fhir/StructureDefinition/ext-slot-frame-number</b></p><ul><li>totel: No display for Count  (value: 10)</li><li>remain: No display for Count  (value: 10)</li></ul></blockquote><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 WALKIN}\">A previously unscheduled walk-in visit</span></p><p><b>schedule</b>: <a href=\"Schedule-ScheduleExample02.html\">消化内科普通号源表</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2024-07-22 13:00:00+0000</p><p><b>end</b>: 2024-07-22 16:00:00+0000</p><p><b>comment</b>: 消化内科普通门诊7月22日下午出诊.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "totel"^^xsd:anyURI ] ;
fhir:value [
a fhir:Count ;
fhir:value [ fhir:v "10"^^xsd:decimal ]       ]     ] [
fhir:url [ fhir:v "remain"^^xsd:anyURI ] ;
fhir:value [
a fhir:Count ;
fhir:value [ fhir:v "10"^^xsd:decimal ]       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/ext-slot-frame-number"^^xsd:anyURI ]
  ] ) ; # 
  fhir:appointmentType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WALKIN" ] ;
fhir:display [ fhir:v "A previously unscheduled walk-in visit" ]     ] )
  ] ) ; # 
  fhir:schedule [
fhir:reference [ fhir:v "Schedule/ScheduleExample02" ] ;
fhir:display [ fhir:v "消化内科普通号源表" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2024-07-22T13:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2024-07-22T16:00:00Z"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "消化内科普通门诊7月22日下午出诊."] . #