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" : "Appointment",
"id" : "AppointmentExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment AppointmentExample01</b></p><a name=\"AppointmentExample01\"> </a><a name=\"hcAppointmentExample01\"> </a><a name=\"AppointmentExample01-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-appointment.html\">预约本地化定义</a></p></div><p><b>identifier</b>: <code>http://example.org/sampleappointment-identifier</code>/123</p><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/service-category gp}\">General Practice</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">General practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 WALKIN}\">A previously unscheduled walk-in visit</span></p><h3>Reasons</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://snomed.info/sct 413095006}\">Clinical Review</span></td></tr></table><p><b>description</b>: 预约CT结果就诊</p><p><b>minutesDuration</b>: 15</p><p><b>requestedPeriod</b>: 2016-06-02 --> 2016-06-09</p><p><b>slot</b>: <a href=\"Slot-SlotExample03.html\">Slot: extension = ; appointmentType = A previously unscheduled walk-in visit; status = free; start = 2024-07-23 13:00:00+0000; end = 2024-07-23 16:30:00+0000; comment = 消化内科特需门诊7月23日下午出诊.</a></p><p><b>created</b>: 2024-04-02</p><p><b>note</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-PractitionerExample01.html\">赵勇</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-LocationExample02.html\">消化内科门诊</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/sampleappointment-identifier",
"value" : "123"
}
],
"status" : "booked",
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/service-category",
"code" : "gp",
"display" : "General Practice"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394814009",
"display" : "General practice"
}
]
}
],
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "WALKIN",
"display" : "A previously unscheduled walk-in visit"
}
]
},
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "413095006",
"display" : "Clinical Review"
}
]
}
}
],
"description" : "预约CT结果就诊",
"minutesDuration" : 15,
"requestedPeriod" : [
{
"start" : "2016-06-02",
"end" : "2016-06-09"
}
],
"slot" : [
{
🔗 "reference" : "Slot/SlotExample03"
}
],
"created" : "2024-04-02",
"note" : [
{
"text" : "Further expand on the results of the MRI and determine the next actions that may be appropriate."
}
],
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"participant" : [
{
"actor" : {
🔗 "reference" : "Practitioner/PractitionerExample01",
"display" : "赵勇"
},
"required" : true,
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "Location/LocationExample02",
"display" : "消化内科门诊"
},
"required" : true,
"status" : "accepted"
}
]
}