Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TeamMeetingNoteExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "TeamMeetingNoteExample",
  "meta" : {
    "profile" : [
      🔗 "http://vanna.health/fhir/StructureDefinition/vanna-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"TeamMeetingNoteExample\"> </a><a name=\"hcTeamMeetingNoteExample\"> </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 Communication &quot;TeamMeetingNoteExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vanna-communication.html\">VannaCommunication</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: Team Meeting <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-communication-category.html\">Vanna Communication Category Code System</a>#team-meeting)</span>, Alert <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-communication-category.html\">CommunicationCategory</a>#alert)</span></p><p><b>subject</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24\">Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24: Mr. Adolfo Manuel Grant</a></p><p><b>sent</b>: 2024-03-20 13:16:30+0000</p><p><b>sender</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Practitioner/3ee58b49-230c-453e-8c79-45fa0bced6b2\">Practitioner/3ee58b49-230c-453e-8c79-45fa0bced6b2: Jeff Peterson</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>Testing a team note</td></tr></table></div>"
  },
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://vanna.health/fhir/CodeSystem/communication-category",
          "code" : "team-meeting",
          "display" : "Team Meeting"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
          "code" : "alert",
          "display" : "Alert"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24",
    "display" : "Mr. Adolfo Manuel Grant"
  },
  "sent" : "2024-03-20T13:16:30.491Z",
  "sender" : {
    "reference" : "Practitioner/3ee58b49-230c-453e-8c79-45fa0bced6b2",
    "display" : "Jeff Peterson"
  },
  "payload" : [
    {
      "contentString" : "Testing a team note"
    }
  ]
}