Fujitsu Healthy Living Implementation Guide
1.1.30 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Appointment",
"id" : "a001",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"a001\"> </a><a name=\"hca001\"> </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 "a001" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-appointment.html\">Fujitsu Appointment Profile</a></p></div><p><b>status</b>: booked</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-category.html\">Service category</a>#35 "Hospital")</span></p><p><b>specialty</b>: 大腸外科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>appointmentType</b>: 再診 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0276.html\">appointmentReason</a>#FOLLOWUP "A follow up visit from a previous appointment")</span></p><p><b>description</b>: PET-CT検査</p><p><b>start</b>: Mar 10, 2022, 1:00:00 AM</p><p><b>end</b>: Mar 10, 2022, 1:30:00 AM</p><p><b>comment</b>: 予約時間厳守でお越しください</p><p><b>patientInstruction</b>: 検査前6時間は絶食してください。</p><blockquote><p><b>participant</b></p><p><b>type</b>: 患者 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>actor</b>: <a href=\"Patient-p001.html\">Patient/p001</a> " 健康"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 医療従事者 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>actor</b>: <a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 予約サービス <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>actor</b>: <a href=\"HealthcareService-h001.html\">HealthcareService/h001</a> "予約センター"</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 行き先 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>actor</b>: <a name=\"hcl001\"> </a></p><blockquote><p/><p><a name=\"l001\"> </a></p><p><a name=\"hcl001\"> </a></p><p><b>status</b>: active</p><p><b>name</b>: 1階放射線受付</p></blockquote><p><b>status</b>: accepted</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #l001</b><a name=\"l001\"> </a><a name=\"hcl001\"> </a></p><p><b>status</b>: active</p><p><b>name</b>: 1階放射線受付</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "l001",
"status" : "active",
"name" : "1階放射線受付"
}
],
"status" : "booked",
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-category",
"code" : "35",
"display" : "Hospital"
}
],
"text" : "医療機関"
}
],
"specialty" : [
{
"text" : "大腸外科"
}
],
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "FOLLOWUP",
"display" : "A follow up visit from a previous appointment"
}
],
"text" : "再診"
},
"description" : "PET-CT検査",
"start" : "2022-03-10T10:00:00+09:00",
"end" : "2022-03-10T10:30:00+09:00",
"comment" : "予約時間厳守でお越しください",
"patientInstruction" : "検査前6時間は絶食してください。",
"participant" : [
{
"type" : [
{
"text" : "患者"
}
],
"actor" : {
🔗 "reference" : "Patient/p001"
},
"required" : "required",
"status" : "accepted"
},
{
"type" : [
{
"text" : "医療従事者"
}
],
"actor" : {
🔗 "reference" : "PractitionerRole/r001"
},
"required" : "required",
"status" : "accepted"
},
{
"type" : [
{
"text" : "予約サービス"
}
],
"actor" : {
🔗 "reference" : "HealthcareService/h001"
},
"status" : "accepted"
},
{
"type" : [
{
"text" : "行き先"
}
],
"actor" : {
"reference" : "#l001"
},
"status" : "accepted"
}
]
}