4.0.0 - CI Build
Care Connect Messaging - Local Development build (v4.0.0). See the Directory of published versions
@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\"><p>This code system https://project-wildfyre.github.io/careconnect-messaging-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\">patient-create<a name=\"message-events-patient-create\"> </a></td><td>Patient Create</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "https://project-wildfyre.github.io/careconnect-messaging-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-28"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "gmdigitialplatforms.nhs.uk"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "mailto:kevin.mayfield1@nhs.net" ] ] ]; 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 "patient-create" ]; fhir:CodeSystem.concept.display [ fhir:value "Patient Create" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.