PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.medmorph@0.2.0
    http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify
{
  "description": "Generates a de-identified bundle taking an instance of a Bundle containing PHI/PII data. The de-identification algorithm to be used is left to the implementers of the operation.",
  "_filename": "OperationDefinition-Bundle-de-identify.json",
  "package_name": "hl7.fhir.us.medmorph",
  "date": "2020-11-19T21:48:56+10:00",
  "system": false,
  "publisher": "HL7 International - Public Health Work Group",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "BundleDeIdentify",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Generate De-Identified Bundle",
  "package_version": "0.2.0",
  "status": "draft",
  "id": "33c3d835-4916-4bfa-a12b-b9610331baf8",
  "resource": [ "Bundle" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify",
  "code": "deidentify",
  "version": "0.2.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/pher",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "inputBundle",
    "type": "Bundle",
    "documentation": "An input bundle instance that needs to be de-identified"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "outputBundle",
    "type": "Bundle",
    "documentation": "Upon successful de-identification, the de-identified bundle is returned back from the service."
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "issues",
    "type": "OperationOutcome",
    "documentation": "A list of hints and warnings about problems encountered while de-identifying the bundle."
  } ]
}