2.2.2-test - ci-build
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Appointment",
"id" : "d6c523ec-b520-4221-a8d6-c1c58911ce7a",
"meta" : {
"profile" : [
🔗 "http://hl7.no/fhir/StructureDefinition/no-basis-Appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment d6c523ec-b520-4221-a8d6-c1c58911ce7a</b></p><a name=\"d6c523ec-b520-4221-a8d6-c1c58911ce7a\"> </a><a name=\"hcd6c523ec-b520-4221-a8d6-c1c58911ce7a\"> </a><a name=\"d6c523ec-b520-4221-a8d6-c1c58911ce7a-no-NO\"> </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-no-basis-Appointment.html\">no-basis-Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 CHECKUP}, {urn:oid:2.16.578.1.12.4.1.1.7617 Ordinær}\">A routine check-up, such as an annual physical</span></p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: 2023-08-10 09:00:00+0000</p><p><b>end</b>: 2023-08-10 11:00:00+0000</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473.html\">Peter James Chalmers</a></td><td>Required</td><td>Accepted</td></tr></table></div>"
},
"status" : "booked",
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "CHECKUP"
},
{
"system" : "urn:oid:2.16.578.1.12.4.1.1.7617",
"code" : "Ordinær"
}
]
},
"description" : "Discussion on the results of your recent MRI",
"start" : "2023-08-10T09:00:00Z",
"end" : "2023-08-10T11:00:00Z",
"comment" : "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
"participant" : [
{
"actor" : {
🔗 "reference" : "Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473",
"display" : "Peter James Chalmers"
},
"required" : "required",
"status" : "accepted"
}
]
}