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" : "Schedule",
"id" : "ScheduleExample02",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-my-schedule",
"https://example.org/fhir/StructureDefinition/MySchedule"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Schedule</b><a name=\"ScheduleExample02\"> </a><a name=\"hcScheduleExample02\"> </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 Schedule "ScheduleExample02" </p><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)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: 全科医学 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-type.html\">Service type</a>#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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-type.html\">Service type</a>#480)</span></td></tr></table><p><b>specialty</b>: 消化内科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394312002)</span></p><p><b>name</b>: 消化内科特需号源表</p><p><b>actor</b>: </p><ul><li><a href=\"Location/9\">Location/9: 消化内科门诊</a></li><li><a href=\"Practitioner-PractitionerExample02.html\">Practitioner/PractitionerExample02: 王东方</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>: 消化内科特需门诊2024年7月22日周出诊表</p></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/PractitionerExample02",
"display" : "王东方"
}
],
"planningHorizon" : {
"start" : "2024-07-22T08:00:00Z",
"end" : "2024-07-28T20:00:00Z"
},
"comment" : "消化内科特需门诊2024年7月22日周出诊表"
}