@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/3.0/CodeSystem/message-events> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "message-events"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem message-events</b></p><a name=\"message-events\"> </a><a name=\"hcmessage-events\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/message-events</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">CodeSystem-expand<a name=\"message-events-CodeSystem-expand\"> </a></td><td>The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation. An expanded code system will be returned, or an error message.</td></tr><tr><td style=\"white-space:nowrap\">MedicationAdministration-Complete<a name=\"message-events-MedicationAdministration-Complete\"> </a></td><td>Change the status of a Medication Administration to show that it is complete.</td></tr><tr><td style=\"white-space:nowrap\">MedicationAdministration-Nullification<a name=\"message-events-MedicationAdministration-Nullification\"> </a></td><td>Someone wishes to record that the record of administration of a medication is in error and should be ignored.</td></tr><tr><td style=\"white-space:nowrap\">MedicationAdministration-Recording<a name=\"message-events-MedicationAdministration-Recording\"> </a></td><td>Indicates that a medication has been recorded against the patient's record.</td></tr><tr><td style=\"white-space:nowrap\">MedicationAdministration-Update<a name=\"message-events-MedicationAdministration-Update\"> </a></td><td>Update a Medication Administration record.</td></tr><tr><td style=\"white-space:nowrap\">admin-notify<a name=\"message-events-admin-notify\"> </a></td><td>Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use.</td></tr><tr><td style=\"white-space:nowrap\">communication-request<a name=\"message-events-communication-request\"> </a></td><td>Notification to convey information.</td></tr><tr><td style=\"white-space:nowrap\">diagnosticreport-provide<a name=\"message-events-diagnosticreport-provide\"> </a></td><td>Provide a diagnostic report, or update a previously provided diagnostic report.</td></tr><tr><td style=\"white-space:nowrap\">observation-provide<a name=\"message-events-observation-provide\"> </a></td><td>Provide a simple observation or update a previously provided simple observation.</td></tr><tr><td style=\"white-space:nowrap\">patient-link<a name=\"message-events-patient-link\"> </a></td><td>Notification that two patient records actually identify the same patient.</td></tr><tr><td style=\"white-space:nowrap\">patient-unlink<a name=\"message-events-patient-unlink\"> </a></td><td>Notification that previous advice that two patient records concern the same patient is now considered incorrect.</td></tr><tr><td style=\"white-space:nowrap\">valueset-expand<a name=\"message-events-valueset-expand\"> </a></td><td>The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. An expanded value set will be returned, or an error message.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Informative"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r3.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "inm"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/message-events"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.2"] ; # 
  fhir:name [ fhir:v "MessageEvent"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-10-24T10:53:00+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Infrastructure And Messaging"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Infrastructure And Messaging" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/inm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "One of the message events defined as part of FHIR."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/message-events|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/message-events|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "CodeSystem-expand" ] ;
     fhir:display [ fhir:v "CodeSystem-expand" ] ;
     fhir:definition [ fhir:v "The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation. An expanded code system will be returned, or an error message." ]
  ] [
     fhir:code [ fhir:v "MedicationAdministration-Complete" ] ;
     fhir:display [ fhir:v "MedicationAdministration-Complete" ] ;
     fhir:definition [ fhir:v "Change the status of a Medication Administration to show that it is complete." ]
  ] [
     fhir:code [ fhir:v "MedicationAdministration-Nullification" ] ;
     fhir:display [ fhir:v "MedicationAdministration-Nullification" ] ;
     fhir:definition [ fhir:v "Someone wishes to record that the record of administration of a medication is in error and should be ignored." ]
  ] [
     fhir:code [ fhir:v "MedicationAdministration-Recording" ] ;
     fhir:display [ fhir:v "MedicationAdministration-Recording" ] ;
     fhir:definition [ fhir:v "Indicates that a medication has been recorded against the patient's record." ]
  ] [
     fhir:code [ fhir:v "MedicationAdministration-Update" ] ;
     fhir:display [ fhir:v "MedicationAdministration-Update" ] ;
     fhir:definition [ fhir:v "Update a Medication Administration record." ]
  ] [
     fhir:code [ fhir:v "admin-notify" ] ;
     fhir:display [ fhir:v "admin-notify" ] ;
     fhir:definition [ fhir:v "Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use." ]
  ] [
     fhir:code [ fhir:v "communication-request" ] ;
     fhir:display [ fhir:v "communication-request" ] ;
     fhir:definition [ fhir:v "Notification to convey information." ]
  ] [
     fhir:code [ fhir:v "diagnosticreport-provide" ] ;
     fhir:display [ fhir:v "diagnosticreport-provide" ] ;
     fhir:definition [ fhir:v "Provide a diagnostic report, or update a previously provided diagnostic report." ]
  ] [
     fhir:code [ fhir:v "observation-provide" ] ;
     fhir:display [ fhir:v "observation-provide" ] ;
     fhir:definition [ fhir:v "Provide a simple observation or update a previously provided simple observation." ]
  ] [
     fhir:code [ fhir:v "patient-link" ] ;
     fhir:display [ fhir:v "patient-link" ] ;
     fhir:definition [ fhir:v "Notification that two patient records actually identify the same patient." ]
  ] [
     fhir:code [ fhir:v "patient-unlink" ] ;
     fhir:display [ fhir:v "patient-unlink" ] ;
     fhir:definition [ fhir:v "Notification that previous advice that two patient records concern the same patient is now considered incorrect." ]
  ] [
     fhir:code [ fhir:v "valueset-expand" ] ;
     fhir:display [ fhir:v "valueset-expand" ] ;
     fhir:definition [ fhir:v "The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. An expanded value set will be returned, or an error message." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

