Care Connect API
4.0.0 - CI Build

Care Connect API - Local Development build (v4.0.0). See the Directory of published versions

: Message Events - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "message-events"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Message Events</h2><div><p>NHS Greater Manchester Messages</p>\n</div><p>This code system https://project-wildfyre.github.io/careconnect-api-r4/CodeSystem/message-events defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">unsolicited-observation<a name=\"message-events-unsolicited-observation\"> </a></td><td>Unsolicited transmission of an observation message</td><td/></tr><tr><td style=\"white-space:nowrap\">notification-admit<a name=\"message-events-notification-admit\"> </a></td><td>Admission Notification</td><td/></tr><tr><td style=\"white-space:nowrap\">notification-discharge<a name=\"message-events-notification-discharge\"> </a></td><td>Discharge Notification</td><td/></tr><tr><td style=\"white-space:nowrap\">order-medication-request<a name=\"message-events-order-medication-request\"> </a></td><td>Order Medication Request</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://project-wildfyre.github.io/careconnect-api-r4/CodeSystem/message-events"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://fhir.gmdigitalplatforms.nhs.uk/identifiers/codesystems" ];
     fhir:Identifier.value [ fhir:value "message-events" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.0"];
  fhir:CodeSystem.name [ fhir:value "Message Events"];
  fhir:CodeSystem.title [ fhir:value "Message Events"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-01-28T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "mayfield-is.co.uk"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "kevin.mayfield@mayfield-is.co.uk" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "NHS Greater Manchester Messages"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "826" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "unsolicited-observation" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unsolicited transmission of an observation message" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "notification-admit" ];
     fhir:CodeSystem.concept.display [ fhir:value "Admission Notification" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "notification-discharge" ];
     fhir:CodeSystem.concept.display [ fhir:value "Discharge Notification" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "order-medication-request" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order Medication Request" ]
  ].

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

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