Vital Records Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-cibuild - ci-build United States of America flag

Vital Records Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: CapabilityStatement - Forensic Toxicology Laboratory Server - TTL Representation

Active as of 2022-07-03

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:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CapabilityStatement-forensic-toxicology-laboratory-server"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n    <!-- TODO \n    Jurisdiction \n    Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->\n    <!-- set include_symbols = false to turn off confonrmance symbols and legen, true to turn on -->\n  \n  \n  <h2 id=\"title\">CapabilityStatement - Forensic Toxicology Laboratory Server</h2>\n  <ul>\n    <li><b>Title:</b>CapabilityStatement - Forensic Toxicology Laboratory Server</li>\n    <li><b>Implementation Guide Version:</b> 2.0.0-cibuild</li>\n    <li><b>FHIR Version:</b> 4.0.1</li>\n    <li><b>Intended Use:</b> requirements</li>\n    <li><b>Supported Formats: </b> \n\n    \n      \n      \n      xml;\n    \n      \n      \n      json;\n    \n\n    </li>\n    \n    <li><b>Published:</b> 2022-07-03</li>\n  \n    <li><b>Published by:</b> HL7 International / Public Health</li>\n    <li><b>Status:</b> active</li>\n    \n  </ul>\n  <br/>\n\n\n\n  \n    <strong>Description:</strong> <div><div><p>This resource describes the expected capabilities of the toxicology lab Server actor which is responsible for providing responses to the queries submitted by toxicology lab Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by toxicology lab Servers are defined. toxicology lab Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.</p>\n</div></div>\n  \n  <br/>\n  \n  \n\n\n  \n\n  <br/>\n    <!-- TODO - Make this a summary of capabilities, including system wide and each paradigm -->\n  <p>\n    <b>Jump to:</b>\n  </p>\n  <ul>\n    \n    \n      <li><a href=\"#messaging\">Messaging</a></li>\n    \n    \n  </ul>\n\n\n\n    <!-- REST Capabilities -->\n  \n\n\n\n\n\n\n\n\n\n    <!-- Messaging Capabilities -->\n  \n    <br/>\n    <br/>\n    <a name=\"messaging\"> </a>\n    <h2>Messaging</h2>\n    \n    \n    \n\n    \n      <h3>Supported Message(s): </h3>\n      <div class=\"table-wrapper\">\n        <table class=\"grid\">\n          <thead>\n            <tr>\n              <th>Mode</th>\n              <th>Definition</th>\n            </tr>\n          </thead>\n          <tbody>\n            \n              <tr>\n                <td>sender</td>\n                <td><a href=\"MessageDefinition-MessageDefinition-toxicology-system.html\">MessageDefinition[http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system|2.0.0-cibuild]</a></td>\n              </tr>\n            \n          </tbody>\n        </table>\n      </div>\n    \n\n    \n  \n\n    <!-- Document Capabilities -->\n  \n\n</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-forensic-toxicology-laboratory-server"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-cibuild"] ; # 
  fhir:name [ fhir:v "CapabilityStatementForensicToxicologyLaboratoryServer"] ; # 
  fhir:title [ fhir:v "CapabilityStatement - Forensic Toxicology Laboratory Server"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-03"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This resource describes the expected capabilities of the toxicology lab Server actor which is responsible for providing responses to the queries submitted by toxicology lab Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by toxicology lab Servers are defined. toxicology lab Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # 
  fhir:messaging ( [
    ( fhir:supportedMessage [
fhir:mode [ fhir:v "sender" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system>       ]     ] )
  ] ) . #