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" : "Schedule",
"id" : "ScheduleExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-schedule",
"https://example.org/fhir/StructureDefinition/MySchedule"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule ScheduleExample01</b></p><a name=\"ScheduleExample01\"> </a><a name=\"hcScheduleExample01\"> </a><a name=\"ScheduleExample01-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\">Profiles: <a href=\"StructureDefinition-profile-my-schedule.html\">日程计划本地化定义</a>, <code>https://example.org/fhir/StructureDefinition/MySchedule</code></p></div><p><b>identifier</b>: <code>http://example.org/Myscheduleid</code>/45\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 17}\">全科医学</span></p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 480}\">消化内科</span></td></tr></table><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394312002}\">消化内科</span></p><p><b>name</b>: 消化内科普通号源表</p><p><b>actor</b>: </p><ul><li><a href=\"Location/9\">消化内科门诊</a></li><li><a href=\"Practitioner-PractitionerExample01.html\">赵勇</a></li></ul><p><b>planningHorizon</b>: 2024-07-22 08:00:00+0000 --> 2024-07-28 20:00:00+0000</p><p><b>comment</b>: </p><div><p>消化内科普通门诊2024年7月22日周出诊表</p>\n</div></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "http://example.org/Myscheduleid",
"value" : "45"
}
],
"active" : true,
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "17",
"display" : "全科医学"
}
]
}
],
"serviceType" : [
{
"concept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "480",
"display" : "消化内科"
}
]
}
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394312002",
"display" : "消化内科"
}
]
}
],
"name" : "消化内科普通号源表",
"actor" : [
{
"reference" : "Location/9",
"display" : "消化内科门诊"
},
{
🔗 "reference" : "Practitioner/PractitionerExample01",
"display" : "赵勇"
}
],
"planningHorizon" : {
"start" : "2024-07-22T08:00:00Z",
"end" : "2024-07-28T20:00:00Z"
},
"comment" : "消化内科普通门诊2024年7月22日周出诊表"
}