Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of a downloaded copy of this specification. This page is part of the Da Vinci Care Coordination Alerts (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Turtle Format: Communication-example-1

Download Raw ttl

@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:Resource.id [ fhir:value "example-1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/alerts-communication";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/alerts-communication>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-1</p><p><b>meta</b>: </p><p><b>identifier</b>: 2345678901</p><p><b>status</b>: completed</p><p><b>category</b>: Alert <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/communication-category code 'alert' = 'Alert)</span></p><p><b>priority</b>: routine</p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><p><b>topic</b>: Alert Admit Inpatient <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/us/davinci-alerts/CodeSystem/communication-topic code 'alert-admit-inpatient' = 'Alert Admit Inpatient)</span></p><p><b>about</b>: <a href=\"Coverage-example-1.html\">Generated Summary: id: example-1; DZW9200000000; status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode HIP}\">health insurance plan policy</span>; subscriberId: DZW9200000000; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span>; period: Jan 1, 2016 12:00:00 AM --&gt; (ongoing)</a></p><p><b>encounter</b>: <a href=\"Encounter-example-1.html\">Generated Summary: id: example-1; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99234}\">Inpatient hospital care</span>; period: Nov 1, 2015 5:00:14 PM --&gt; Nov 1, 2015 6:00:14 PM</a></p><p><b>sent</b>: Jul 4, 2019 10:01:10 PM</p><p><b>recipient</b>: <a href=\"PractitionerRole-example.html\">Generated Summary: id: example; <span title=\"Codes: {http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care</span>; <span title=\"Codes: {http://nucc.org/provider-taxonomy 208D00000X}\">General Practice</span></a></p><p><b>sender</b>: <a href=\"Organization-example-2.html\">Generated Summary: id: example-2; 1407071236, 121111111; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Clinic; ph: (+1) 734-677-7777, customer-service@acme-clinic.org</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Admit to xyz</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Encounter-example-1.html\">Generated Summary: id: example-1; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99234}\">Inpatient hospital care</span>; period: Nov 1, 2015 5:00:14 PM --&gt; Nov 1, 2015 6:00:14 PM</a></p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Condition-example.html\">Generated Summary: id: example; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span>; <span title=\"Codes: {http://snomed.info/sct 442311008}\">Single liveborn, born in hospital</span>; onset: Aug 10, 2016 12:00:00 AM</a></p></blockquote></div>"
  ];
  fhir:Communication.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:oid:1.3.4.5.6.7" ];
     fhir:Identifier.value [ fhir:value "2345678901" ]
  ];
  fhir:Communication.status [ fhir:value "completed"];
  fhir:Communication.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/communication-category" ];
       fhir:Coding.code [ fhir:value "alert" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Alert" ]
  ];
  fhir:Communication.priority [ fhir:value "routine"];
  fhir:Communication.subject [
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:Communication.topic [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/communication-topic" ];
       fhir:Coding.code [ fhir:value "alert-admit-inpatient" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Alert Admit Inpatient" ]
  ];
  fhir:Communication.about [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Coverage/example-1" ];
     fhir:Reference.type [ fhir:value "Coverage" ]
  ];
  fhir:Communication.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/example-1" ]
  ];
  fhir:Communication.sent [ fhir:value "2019-07-04T18:01:10-08:00"^^xsd:dateTime];
  fhir:Communication.recipient [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "PractitionerRole/example" ]
  ];
  fhir:Communication.sender [
     fhir:Reference.reference [ fhir:value "Organization/example-2" ]
  ];
  fhir:Communication.payload [
     fhir:index 0;
     fhir:Communication.payload.contentString [ fhir:value "Admit to xyz" ]
  ], [
     fhir:index 1;
     fhir:Communication.payload.contentReference [
       fhir:Reference.reference [ fhir:value "Encounter/example-1" ]     ]
  ], [
     fhir:index 2;
     fhir:Communication.payload.contentReference [
       fhir:Reference.reference [ fhir:value "Condition/example" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.