PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.1.0
    http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-edrs-server
{
  "description": "This resource describes the expected capabilities of the Electronic Death Registration System (EDRS) Server actor, which is responsible for providing responses to the queries submitted by the EDRS Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by EDRS Servers are defined. EDRS Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.",
  "_filename": "CapabilityStatement-CapabilityStatement-edrs-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": "CapabilityStatementEDRSServer",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "CapabilityStatement - Electronic Death Reporting System (EDRS) 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",
  "id": "2301670a-9ca3-4633-ac97-b7180ecc0c0a",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-edrs-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" ]
    } ]
  } ]
}