PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.1.0
    http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-mdi-cms-server
{
  "description": "This resource describes expected capabilities of an MDI CMS Server which is responsible for providing responses to the queries submitted by a Client. It lists FHIR profiles and search parameters that, at a minimum, should be supported by MDI CMS Servers. MDI CMS Clients have the option of choosing from this list to access necessary data.",
  "_filename": "CapabilityStatement-CapabilityStatement-mdi-cms-server.json",
  "package_name": "hl7.fhir.us.mdi",
  "format": [ "application/fhir+xml", "xml", "application/fhir+json", "json" ],
  "date": "2022-07-03",
  "publisher": "HL7 International / Public Health",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "text": "United States of America",
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "CapabilityStatementMdiCmsServer",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "CapabilityStatement - MDI CMS Server",
  "package_version": "1.1.0",
  "document": [ {
    "mode": "producer",
    "profile": "https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"
  }, {
    "mode": "consumer",
    "profile": "https://fhir.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"
  } ],
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pher"
  } ],
  "status": "active",
  "messaging": [ {
    "supportedMessage": [ {
      "mode": "receiver",
      "definition": "http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system"
    } ]
  } ],
  "id": "fa3f9481-fc4c-48ac-842d-1a341e5548fc",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-mdi-cms-server",
  "version": "1.1.0",
  "contact": [ {
    "name": "HL7 International / Public Health",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pher",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Composition",
      "operation": [ {
        "name": "operation-composition-document",
        "definition": "https://hl7.org/fhir/operation-composition-document",
        "documentation": "A server should be capable of generating a bundled document from a composition resource with all the referenced resources and either returns a full document bundle, or returns an error."
      } ],
      "interaction": [ {
        "code": "search-type"
      }, {
        "code": "read"
      } ],
      "searchParam": [ {
        "name": "subject",
        "type": "reference",
        "documentation": "Who and/or what the composition is about"
      }, {
        "name": "patient",
        "type": "reference",
        "documentation": "Who and/or what the composition is about"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs" ]
    }, {
      "type": "Patient",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "_id",
        "type": "token",
        "documentation": "The ID of the resource"
      }, {
        "name": "birthdate",
        "type": "date",
        "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate",
        "documentation": "The patient's date of birth"
      }, {
        "name": "family",
        "type": "string",
        "documentation": "A portion of the family name of the patient"
      }, {
        "name": "given",
        "type": "string",
        "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given",
        "documentation": "A portion of the given name of the patient"
      }, {
        "name": "gender",
        "type": "token",
        "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-gender",
        "documentation": "Gender of the patient"
      }, {
        "name": "name",
        "type": "string",
        "definition": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name",
        "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ]
    }, {
      "type": "Location",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "address",
        "type": "string"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mdi/StructureDefinition/Location-death" ]
    }, {
      "type": "Observation",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "date",
        "type": "date"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-death-date" ]
    } ]
  }, {
    "mode": "client",
    "resource": [ {
      "type": "Bundle",
      "interaction": [ {
        "code": "read"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs" ]
    } ]
  } ]
}