HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Slot ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SlotExample02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-my-slot"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-my-slot> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Slot</b><a name=\"SlotExample02\"> </a><a name=\"hcSlotExample02\"> </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 Slot "SlotExample02" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-my-slot.html\">日程计划可预约时间段本地化定义</a></p></div><blockquote><p><b>排班信息可预约数量扩展</b></p><blockquote><p><b>url</b></p><code>totel</code></blockquote><p><b>value</b>: 10</p><blockquote><p><b>url</b></p><code>remain</code></blockquote><p><b>value</b>: 10</p></blockquote><p><b>appointmentType</b>: A previously unscheduled walk-in visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0276.html\">appointmentReason</a>#WALKIN)</span></p><p><b>schedule</b>: <a href=\"Schedule-ScheduleExample02.html\">Schedule/ScheduleExample02: 消化内科普通号源表</a> "消化内科特需号源表"</p><p><b>status</b>: free</p><p><b>start</b>: 2024年7月23日 下午4:00:00</p><p><b>end</b>: 2024年7月23日 下午8:00:00</p><p><b>comment</b>: 消化内科普通门诊7月23日上午出诊.</p></div>"
] ; #
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-23T08:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2024-07-23T12:00:00Z"^^xsd:dateTime] ; #
fhir:comment [ fhir:v "消化内科普通门诊7月23日上午出诊."] . #