0.1.4 - draft
NabotoImplementationGuide - Local Development build (v0.1.4). See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "NabotoAppointmentExample",
"meta" : {
"profile" : [
"http://fhir.naboto.com/StructureDefinition/naboto-appointment"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"NabotoAppointmentExample\"> </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 \"NabotoAppointmentExample\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-naboto-appointment.html\">Naboto Appointment Profile</a></p></div><blockquote><p><b>NabotoNote</b></p><p><b>value</b>: Is this treatment covered by my insurance? (By https://naboto.com/patient/12345 @Jan 1, 2022, 8:00:00 AM)</p></blockquote><blockquote><p><b>NabotoNote</b></p><p><b>value</b>: Patient asked for discrete treatment (By https://naboto.com/practitioner/987654321 @Jan 1, 2022, 9:15:00 AM)</p></blockquote><p><b>identifier</b>: id: 11223344</p><p><b>status</b>: booked</p><p><b>start</b>: Feb 2, 2022, 11:00:00 AM</p><p><b>end</b>: Feb 2, 2022, 12:00:00 PM</p><p><b>created</b>: 2022-01-01 11:11:11+0000</p><blockquote><p><b>participant</b></p><blockquote><p><b>VirtualServiceContactDetail</b></p><p><b>value</b>: Visit-e (Details: http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type code visit-e = 'Visit-e', stated as 'null')</p><p><b>value</b>: <a href=\"https://patient.visit-e.at/abcdefghijklmn\">https://patient.visit-e.at/abcdefghijklmn</a></p><p><b>value</b>: abcdefghijklmn</p></blockquote><p><b>type</b>: primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></p><p><b>actor</b>: <a href=\"https://naboto.com/practitioner/987654321\">https://naboto.com/practitioner/987654321: Naboto Practitioner 987654321</a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><blockquote><p><b>VirtualServiceContactDetail</b></p><p><b>value</b>: Visit-e (Details: http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type code visit-e = 'Visit-e', stated as 'null')</p><p><b>value</b>: <a href=\"https://patient.visit-e.at/1234567890\">https://patient.visit-e.at/1234567890</a></p><p><b>value</b>: 1234567890</p></blockquote><p><b>type</b>: subject <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#SBJ)</span></p><p><b>actor</b>: <a href=\"https://naboto.com/patients/1337\">https://naboto.com/patients/1337: Naboto Patient 1337</a></p><p><b>status</b>: accepted</p></blockquote></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "note",
"valueAnnotation" : {
"authorReference" : {
"reference" : "https://naboto.com/patient/12345",
"type" : "Patient",
"display" : "Naboto Patient 12345"
},
"time" : "2022-01-01T08:00:00.000Z",
"text" : "Is this treatment covered by my insurance?"
}
}
],
"url" : "http://fhir.naboto.com/StructureDefinition/naboto-note"
},
{
"extension" : [
{
"url" : "note",
"valueAnnotation" : {
"authorReference" : {
"reference" : "https://naboto.com/practitioner/987654321",
"type" : "Practitioner",
"display" : "Naboto Practitioner 987654321"
},
"time" : "2022-01-01T09:15:00.000Z",
"text" : "Patient asked for discrete treatment"
}
}
],
"url" : "http://fhir.naboto.com/StructureDefinition/naboto-note"
}
],
"identifier" : [
{
"system" : "https://third-party-system/appointment",
"value" : "11223344"
}
],
"status" : "booked",
"start" : "2022-02-02T11:00:00Z",
"end" : "2022-02-02T12:00:00Z",
"created" : "2022-01-01T11:11:11.111Z",
"participant" : [
{
"extension" : [
{
"extension" : [
{
"url" : "channelType",
"valueCoding" : {
"system" : "http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type",
"code" : "visit-e"
}
},
{
"url" : "address",
"valueUrl" : "https://patient.visit-e.at/abcdefghijklmn"
},
{
"url" : "sessionKey",
"valueString" : "abcdefghijklmn"
}
],
"url" : "http://fhir.naboto.com/StructureDefinition/virtual-service-contact-detail"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF"
}
]
}
],
"actor" : {
"reference" : "https://naboto.com/practitioner/987654321",
"type" : "Patient",
"display" : "Naboto Practitioner 987654321"
},
"required" : "required",
"status" : "accepted"
},
{
"extension" : [
{
"extension" : [
{
"url" : "channelType",
"valueCoding" : {
"system" : "http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type",
"code" : "visit-e"
}
},
{
"url" : "address",
"valueUrl" : "https://patient.visit-e.at/1234567890"
},
{
"url" : "sessionKey",
"valueString" : "1234567890"
}
],
"url" : "http://fhir.naboto.com/StructureDefinition/virtual-service-contact-detail"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "SBJ"
}
]
}
],
"actor" : {
"reference" : "https://naboto.com/patients/1337",
"type" : "Patient",
"display" : "Naboto Patient 1337"
},
"status" : "accepted"
}
]
}
IG © 2022+ Naboto Software GmbH. Package NabotoProfiles#0.1.4 based on FHIR® 4.0.1. Generated 2022-11-03
Links: Table of Contents |
QA Report