FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

Communication example 3 - TTL Representation

(back to description)

Raw ttl

Source view

@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 "be.comm2.2"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-communication";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-communication>     ]
  ];
  fhir:Resource.language [ fhir:value "fr-BE"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-BE\" lang=\"fr-BE\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: be.comm2.2</p><p><b>meta</b>: </p><p><b>language</b>: fr-BE</p><p><b>identifier</b>: d0000000-0000-0000-0000-000000000003</p><p><b>partOf</b>: </p><ul><li><a href=\"Communication-be.comm2.2.html\">Generated Summary: id: be.comm2.1; language: nl-BE; d0000000-0000-0000-0000-000000000002; status: completed; <span title=\"Codes: \">notification</span>; sent: 11-Nov-2019 08:01:00</a></li><li>2</li></ul><p><b>status</b>: completed</p><p><b>category</b>: notification <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'notification' = 'notification)</span></p><p><b>subject</b>: <a href=\"Communication-be.comm2.2.html\">pia. Generated Summary: id: pia; Pia ; gender: female</a></p><p><b>sent</b>: 11-Nov-2019 08:15:01</p><p><b>recipient</b>: <a href=\"Communication-be.comm2.2.html\">Care Team. Generated Summary: id: dzop-team-0002-v1; DZOP-Pia-2020001; status: active; <span title=\"Codes: {http://loinc.org LA28866-4}\">Home &amp; Community Based Services (HCBS)-focused care team</span>; name: Pia's 2020 Care Team for post-op care; period: 02-Nov-2019 00:00:00 --&gt; 01-Nov-2020 00:00:00</a></p><p><b>sender</b>: <a href=\"Communication-be.comm2.2.html\">Natalie. Generated Summary: id: nathalie; Nathalie </a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Bonjour</td></tr></table></div>"
  ];
  fhir:Communication.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.dzop.be/archive/communication" ];
     fhir:Identifier.value [ fhir:value "d0000000-0000-0000-0000-000000000003" ]
  ];
  fhir:Communication.partOf [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Communication/be.comm2.1" ]
  ], [
     fhir:index 1;
     fhir:Reference.display [ fhir:value "2" ]
  ];
  fhir:Communication.status [ fhir:value "completed"];
  fhir:Communication.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "notification" ]     ]
  ];
  fhir:Communication.subject [
     fhir:Reference.reference [ fhir:value "Patient/pia" ];
     fhir:Reference.display [ fhir:value "pia" ]
  ];
  fhir:Communication.sent [ fhir:value "2019-11-11T08:15:01+01:00"^^xsd:dateTime];
  fhir:Communication.recipient [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "CareTeam/dzop-team-0002-v1" ];
     fhir:Reference.display [ fhir:value "Care Team" ]
  ];
  fhir:Communication.sender [
     fhir:Reference.reference [ fhir:value "Practitioner/nathalie" ];
     fhir:Reference.display [ fhir:value "Natalie" ]
  ];
  fhir:Communication.payload [
     fhir:index 0;
     fhir:Communication.payload.contentString [ fhir:value "Bonjour" ]
  ].

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

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