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
{
"resourceType" : "Slot",
"id" : "SlotExample02",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-slot"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot SlotExample02</b></p><a name=\"SlotExample02\"> </a><a name=\"hcSlotExample02\"> </a><a name=\"SlotExample02-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-23 08:00:00+0000</p><p><b>end</b>: 2024-07-23 12:00:00+0000</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/ScheduleExample02",
"display" : "消化内科普通号源表"
},
"status" : "free",
"start" : "2024-07-23T08:00:00Z",
"end" : "2024-07-23T12:00:00Z",
"comment" : "消化内科普通门诊7月23日上午出诊."
}