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

FHIR IG Statistics: OperationDefinition/udsplus-de-identify

Packagefhir.hrsa.uds-plus
Resource TypeOperationDefinition
Idudsplus-de-identify
FHIR VersionR4
Sourcehttp://fhir.org/guides/hrsa/uds-plus/http://fhir.org/guides/hrsa/uds-plus/STU2/OperationDefinition-udsplus-de-identify.html
URLhttp://fhir.org/guides/hrsa/uds-plus/OperationDefinition/udsplus-de-identify
Version2.0.0
Statusactive
Date2020-11-19T21:48:56+10:00
NameUdsPlusDeIdentify
TitleGenerate De-Identified data
Realmus
Authorityhl7
DescriptionGenerates de-identified data from identifiable data. The de-identification algorithm to be used is left to the implementers of the operation. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
uds-plus-trust-service-providerUds Plus Trust Service Provider CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition udsplus-de-identify

URL: [base]/$deidentify

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinputFileUrls1..*Parameters

Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.

OUTdeidentifiedFileUrls0..*Parameters

Upon successful de-identification, the de-identified file Urls is returned back from the service.


Source

{
  "resourceType": "OperationDefinition",
  "id": "udsplus-de-identify",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus"
          }
        ]
      }
    }
  ],
  "url": "http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/udsplus-de-identify",
  "version": "2.0.0",
  "name": "UdsPlusDeIdentify",
  "title": "Generate De-Identified data",
  "status": "active",
  "kind": "operation",
  "date": "2020-11-19T21:48:56+10:00",
  "publisher": "HRSA BPHC",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://bphc.hrsa.gov/"
        }
      ]
    }
  ],
  "description": "Generates de-identified  data from identifiable data. The de-identification algorithm to be used is left to the implementers of the operation. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "deidentify",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "inputFileUrls",
      "use": "in",
      "min": 1,
      "max": "*",
      "documentation": "Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.",
      "type": "Parameters"
    },
    {
      "name": "deidentifiedFileUrls",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "Upon successful de-identification, the de-identified file Urls is returned back from the service.",
      "type": "Parameters"
    }
  ]
}