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

: CapabilityStatement - Medical Examiner/Coroner 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:Resource.id [ fhir:value "CapabilityStatement-medical-examiner-coroner-server"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-03T02:41:23.074+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#2zQbOJJ45RZMgbyE" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CapabilityStatementMedicalExaminerCoronerServer</h2><div><p>This Section describes the expected capabilities of the Coroner/Medical Examiner (C/ME) case management system Server actor which is responsible for providing responses to the queries submitted by the C/ME Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by C/ME Servers are defined. C/ME 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>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-medical-examiner-coroner-server"];
  fhir:CapabilityStatement.version [ fhir:value "1.0.0"];
  fhir:CapabilityStatement.name [ fhir:value "CapabilityStatementMedicalExaminerCoronerServer"];
  fhir:CapabilityStatement.title [ fhir:value "CapabilityStatement - Medical Examiner/Coroner Server"];
  fhir:CapabilityStatement.status [ fhir:value "active"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2022-07-03"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"];
  fhir:CapabilityStatement.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:CapabilityStatement.description [ fhir:value "This Section describes the expected capabilities of the Coroner/Medical Examiner (C/ME) case management system Server actor which is responsible for providing responses to the queries submitted by the C/ME Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by C/ME Servers are defined. C/ME Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements."];
  fhir:CapabilityStatement.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:CapabilityStatement.kind [ fhir:value "requirements"];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.format [
     fhir:value "xml";
     fhir:index 0
  ], [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:CapabilityStatement.messaging [
     fhir:index 0;
     fhir:CapabilityStatement.messaging.supportedMessage [
       fhir:index 0;
       fhir:CapabilityStatement.messaging.supportedMessage.mode [ fhir:value "receiver" ];
       fhir:CapabilityStatement.messaging.supportedMessage.definition [
         fhir:value "http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system";
         fhir:link <http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system>       ]     ]
  ];
  fhir:CapabilityStatement.document [
     fhir:index 0;
     fhir:CapabilityStatement.document.mode [ fhir:value "producer" ];
     fhir:CapabilityStatement.document.profile [
       fhir:value "https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-to-edrs";
       fhir:link <https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-to-edrs>     ]
  ], [
     fhir:index 1;
     fhir:CapabilityStatement.document.mode [ fhir:value "consumer" ];
     fhir:CapabilityStatement.document.profile [
       fhir:value "https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-to-edrs";
       fhir:link <https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-to-edrs>     ]
  ].

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

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