Da Vinci Unsolicited Notifications
1.0.0 - STU1 Release

This page is part of the Da Vinci Unsolicited Notifications (v1.0.0: STU1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Admit/Transfer/Discharge Notification Encounter 01 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "adt-notification-encounter-01"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: Elden718Halvorson12420181021T2122150700</p><p><b>status</b>: in-progress</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode EMER}\">emergency</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 261665006}\">Unknown (qualifier value)</span></p><p><b>subject</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b\">Mr. Elden718 Halvorson124. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-0000016f-57cb-cdac-0000-00000000014a\">Dr. Janeth814 Jakubowski832. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></td></tr></table><p><b>period</b>: Oct 22, 2018 4:22:15 AM --&gt; Oct 22, 2018 5:22:15 AM</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-09188b81-0d1d-453c-b0fa-203ef88c794c\">HOLY FAMILY HOSPITAL. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-a9f20dc1-5147-3789-bcef-bbecb41c5983\">HOLY FAMILY HOSPITAL. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p></div>"
  ];
  fhir:Encounter.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://example.org" ];
     fhir:Identifier.value [ fhir:value "Elden718Halvorson12420181021T2122150700" ]
  ];
  fhir:Encounter.status [ fhir:value "in-progress"];
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
     fhir:Coding.code [ fhir:value "EMER" ]
  ];
  fhir:Encounter.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:261665006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "261665006" ];
       fhir:Coding.display [ fhir:value "Unknown (qualifier value)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Unknown (qualifier value)" ]
  ];
  fhir:Encounter.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b" ];
     fhir:Reference.display [ fhir:value "Mr. Elden718 Halvorson124" ]
  ];
  fhir:Encounter.participant [
     fhir:index 0;
     fhir:Encounter.participant.individual [
       fhir:Reference.reference [ fhir:value "urn:uuid:0000016f-57cb-cdac-0000-00000000014a" ];
       fhir:Reference.display [ fhir:value "Dr. Janeth814 Jakubowski832" ]     ]
  ];
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2018-10-21T21:22:15-07:00"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2018-10-21T22:22:15-07:00"^^xsd:dateTime ]
  ];
  fhir:Encounter.location [
     fhir:index 0;
     fhir:Encounter.location.location [
       fhir:Reference.reference [ fhir:value "urn:uuid:09188b81-0d1d-453c-b0fa-203ef88c794c" ];
       fhir:Reference.display [ fhir:value "HOLY FAMILY HOSPITAL" ]     ]
  ];
  fhir:Encounter.serviceProvider [
     fhir:Reference.reference [ fhir:value "urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983" ];
     fhir:Reference.display [ fhir:value "HOLY FAMILY HOSPITAL" ]
  ].

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

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