@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Slot ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SlotExample05"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-my-slot"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Slot

Resource Slot "SlotExample05"

Profile: 日程计划可预约时间段本地化定义

排班信息可预约数量扩展

url

totel

value: 10

url

remain

value: 10

appointmentType: A previously unscheduled walk-in visit (appointmentReason#WALKIN)

schedule: Schedule/ScheduleExample02: 消化内科普通号源表 "消化内科特需号源表"

status: free

start: 2024年7月22日 下午9:00:00

end: 2024年7月23日 上午12:00:00

comment: 消化内科普通门诊7月22日下午出诊.

" ] ; # 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:link ; 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日下午出诊."] . # # -------------------------------------------------------------------------------------