This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Generate De-Identified data - JSON Representation
Raw json | Download
{
"resourceType" : "OperationDefinition",
"id" : "udsplus-de-identify",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/$deidentify</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>inputFileUrls</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.</p>\n</div></td></tr><tr><td>OUT</td><td>deidentifiedFileUrls</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Upon successful de-identification, the de-identified file Urls is returned back from the service.</p>\n</div></td></tr></table></div>"
},
"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" : "1.0.1",
"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"
}
]
}