HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Slot",
"id" : "SlotExample03",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-my-slot"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Slot</b><a name=\"SlotExample03\"> </a><a name=\"hcSlotExample03\"> </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 "SlotExample03" </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-ScheduleExample01.html\">Schedule/ScheduleExample01: 消化内科特需号源表</a> "消化内科普通号源表"</p><p><b>status</b>: free</p><p><b>start</b>: 2024年7月23日 下午9:00:00</p><p><b>end</b>: 2024年7月24日 上午12:30:00</p><p><b>comment</b>: 消化内科特需门诊7月23日下午出诊.</p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "totel",
"valueCount" : {
"value" : 10
}
},
{
"url" : "remain",
"valueCount" : {
"value" : 10
}
}
],
"url" : "http://hl7.org.cn/fhir/StructureDefinition/ext-slot-frame-number"
}
],
"appointmentType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "WALKIN",
"display" : "A previously unscheduled walk-in visit"
}
]
}
],
"schedule" : {
🔗 "reference" : "Schedule/ScheduleExample01",
"display" : "消化内科特需号源表"
},
"status" : "free",
"start" : "2024-07-23T13:00:00Z",
"end" : "2024-07-23T16:30:00Z",
"comment" : "消化内科特需门诊7月23日下午出诊."
}