FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Bundle-hash

Packagehl7.fhir.us.medmorph
Resource TypeOperationDefinition
IdBundle-hash
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/OperationDefinition-Bundle-hash.html
URLhttp://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash
Version1.0.0
Statusdraft
Date2020-11-19T21:48:56+10:00
NameBundleHash
TitleGenerate Hashed Bundle
Realmus
Authorityhl7
DescriptionGenerates a hashed bundle taking an instance of a Bundle containing Protected Health Information (PHI)/personally identifiable information (PII) data. The hashing algorithm to be used is left to the implementers of the operation. Hashing will be used to de-duplicate patient records. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
medmorph-trust-service-providerTrust Service Provider

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

URL: [base]/Bundle/$hash

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinputBundle1..1Bundle

An input bundle instance that needs to be hashed.

INcontext0..1string

A context value for the operation. This could be used for providing salt values, program names etc.

OUTreturn0..1Bundle

The hashed bundle is returned back from the service.


Source

{
  "resourceType": "OperationDefinition",
  "id": "Bundle-hash",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash",
  "version": "1.0.0",
  "name": "BundleHash",
  "title": "Generate Hashed Bundle",
  "status": "draft",
  "kind": "operation",
  "date": "2020-11-19T21:48:56+10:00",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Generates a hashed bundle taking an instance of a Bundle containing Protected Health Information (PHI)/personally identifiable information (PII) data. The hashing algorithm to be used is left to the implementers of the operation.   Hashing will be used to de-duplicate patient records. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "hash",
  "resource": [
    "Bundle"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "inputBundle",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "An input bundle instance that needs to be hashed.",
      "type": "Bundle"
    },
    {
      "name": "context",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "A context value for the operation. This could be used for providing salt values, program names etc.",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "The hashed bundle is returned back from the service.",
      "type": "Bundle"
    }
  ]
}