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" : "Appointment",
"id" : "AppointmentExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-my-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"AppointmentExample01\"> </a><a name=\"hcAppointmentExample01\"> </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 Appointment "AppointmentExample01" </p><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>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (service-category#gp)</span></p><p><b>specialty</b>: General practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><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><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>Clinical Review <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#413095006)</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/SlotExample03</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\">Patient/PatientExample01: 刘康</a> " 刘"</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01: 赵勇</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\">Location/LocationExample02: 消化内科门诊</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"
}
]
}