Medicolegal Death Investigation (MDI)
1.0.0 - STU 1 US

This page is part of the Medicolegal Death Investigation (MDI) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MessageDefinitionToxicologySystem - TTL Representation

Active as of 2022-07-09

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:MessageDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MessageDefinition-toxicology-system"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-03T02:33:36.894+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#WaeHZR9etJyDPSap" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageDefinition</b><a name=\"MessageDefinition-toxicology-system\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageDefinition \"MessageDefinition-toxicology-system\" Version \"1\" Updated \"2022-08-03 02:33:36+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #WaeHZR9etJyDPSap!</p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: MessageDefinitionToxicologySystem</p><p><b>title</b>: MessageDefinition - Toxicology System</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: 2022-07-09</p><p><b>publisher</b>: HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)</p><p><b>contact</b>: HL7 International - Public Health: <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a></p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>event</b>: Toxicology Lab Results (Details: http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes code tox-result-report = 'Toxicology Lab Results', stated as 'null')</p><p><b>category</b>: notification</p></div>"
  ];
  fhir:MessageDefinition.url [ fhir:value "http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system"];
  fhir:MessageDefinition.version [ fhir:value "1.0.0"];
  fhir:MessageDefinition.name [ fhir:value "MessageDefinitionToxicologySystem"];
  fhir:MessageDefinition.title [ fhir:value "MessageDefinition - Toxicology System"];
  fhir:MessageDefinition.status [ fhir:value "active"];
  fhir:MessageDefinition.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:MessageDefinition.date [ fhir:value "2022-07-09"^^xsd:date];
  fhir:MessageDefinition.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"];
  fhir:MessageDefinition.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]     ]
  ];
  fhir:MessageDefinition.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ];
     fhir:CodeableConcept.text [ fhir:value "United States of America" ]
  ];
  fhir:MessageDefinition.eventCoding [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes" ];
     fhir:Coding.code [ fhir:value "tox-result-report" ]
  ];
  fhir:MessageDefinition.category [ fhir:value "notification"].

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

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