OZO FHIR implementation guide
0.1.0 - ci-build
OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "CommunicationRequest",
"id" : "CommunicationRequest-Thread-Example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-12-05T16:24:58.341+00:00",
"source" : "#uOG9GfeYXfVhTJFw"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest CommunicationRequest-Thread-Example</b></p><a name=\"CommunicationRequest-Thread-Example\"> </a><a name=\"hcCommunicationRequest-Thread-Example\"> </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\">version: 1; Last updated: 2024-12-05 16:24:58+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #uOG9GfeYXfVhTJFw</p></div><p><b>status</b>: Draft</p><p><b>subject</b>: <a href=\"Patient-Patient-H-de-Boer.html\">H. de Boer</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Thread created by RelatedPerson</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: application/pdf @ https://example.com/data/rapport_fractuur.pdf</p></blockquote><p><b>requester</b>: <a href=\"RelatedPerson-RelatedPerson-Kees-Groot.html\">RelatedPerson Kees Groot</a></p><p><b>recipient</b>: <a href=\"CareTeam-CareTeam-H-de-Boer.html\">CareTeam: status = active</a></p></div>"
},
"status" : "draft",
"subject" : {
🔗 "reference" : "Patient/Patient-H-de-Boer",
"type" : "Patient",
"display" : "H. de Boer"
},
"payload" : [
{
"contentString" : "Thread created by RelatedPerson"
},
{
"contentAttachment" : {
"contentType" : "application/pdf",
"url" : "https://example.com/data/rapport_fractuur.pdf",
"title" : "rapport_fractuur.pdf",
"creation" : "3899-06-21T00:00:00+02:00"
}
}
],
"requester" : {
🔗 "reference" : "RelatedPerson/RelatedPerson-Kees-Groot",
"type" : "RelatedPerson"
},
"recipient" : [
{
🔗 "reference" : "CareTeam/CareTeam-H-de-Boer",
"type" : "CareTeam"
}
]
}