One Medical FHIR Implementation Guide
0.1.0 - ci-build
One Medical 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" : "Communication",
"id" : "ppv-communication-example",
"meta" : {
"versionId" : "181af76a-348b-4eb7-b0af-f073bbe5cf36",
"lastUpdated" : "2023-01-31T11:04:43-08:00",
"profile" : [
🔗 "https://fhir-ig.onemedical.io/StructureDefinition/PPVCommunication"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code" : "UNCERTREL",
"display" : "uncertain reliability"
}
],
"tag" : [
{
"system" : "http://onemedical.com/terminology",
"code" : "PPV",
"display" : "One Medical Pay-Per-Visit"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ppv-communication-example</b></p><a name=\"ppv-communication-example\"> </a><a name=\"hcppv-communication-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: 181af76a-348b-4eb7-b0af-f073bbe5cf36; Last updated: 2023-01-31 11:04:43-0800</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPVCommunication.html\">PPVCommunication</a></p><p style=\"margin-bottom: 0px\">Tag: One Medical Pay-Per-Visit (Details: terminology code PPV = 'One Medical Pay-Per-Visit')</p><p style=\"margin-bottom: 0px\">Security Label: uncertain reliability (Details: ObservationValue code UNCERTREL = 'uncertain reliability')</p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://onemedical.com/terminology PPV}\">Pay Per Visit</span></p><p><b>subject</b>: <a href=\"Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329\">Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329</a></p><p><b>topic</b>: <span title=\"Codes:\">Short topic of the visit - could be chief complaint or reason selected by patient when requesting the visit</span></p><p><b>encounter</b>: <a href=\"Encounter/4ea6aa74-2e64-4b12-8639-0bd72f77c2f7\">Encounter/4ea6aa74-2e64-4b12-8639-0bd72f77c2f7</a></p><p><b>recipient</b>: <a href=\"Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329\">Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>This is the **treatment plan for the member**. This is the *treatment plan for the member*. This is the treatment plan for the member. This is the treatment plan for the member.</td></tr></table></div>"
},
"status" : "completed",
"category" : [
{
"coding" : [
{
"system" : "http://onemedical.com/terminology",
"code" : "PPV",
"display" : "Pay Per Visit"
}
]
}
],
"subject" : {
"reference" : "Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329"
},
"topic" : {
"text" : "Short topic of the visit - could be chief complaint or reason selected by patient when requesting the visit"
},
"encounter" : {
"reference" : "Encounter/4ea6aa74-2e64-4b12-8639-0bd72f77c2f7"
},
"recipient" : [
{
"reference" : "Patient/74cb1e1a-52c5-4b2a-a194-c1a3a7bef329"
}
],
"payload" : [
{
"contentString" : "This is the **treatment plan for the member**. This is the *treatment plan for the member*. This is the treatment plan for the member. This is the treatment plan for the member."
}
]
}