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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TeamMeetingNoteExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://vanna.health/fhir/StructureDefinition/vanna-communication"^^xsd:anyURI ;
fhir:link <http://vanna.health/fhir/StructureDefinition/vanna-communication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://vanna.health/fhir/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "team-meeting" ] ;
fhir:display [ fhir:v "Team Meeting" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "alert" ] ;
fhir:display [ fhir:v "Alert" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24" ] ;
fhir:display [ fhir:v "Mr. Adolfo Manuel Grant" ]
  ] ; # 
  fhir:sent [ fhir:v "2024-03-20T13:16:30.491Z"^^xsd:dateTime] ; # 
  fhir:sender [
fhir:reference [ fhir:v "Practitioner/3ee58b49-230c-453e-8c79-45fa0bced6b2" ] ;
fhir:display [ fhir:v "Jeff Peterson" ]
  ] ; # 
  fhir:payload ( [
fhir:content [ fhir:v "Testing a team note" ]
  ] ) . #