| Package | fhir.hrsa.uds-plus |
| Resource Type | OperationDefinition |
| Id | udsplus-de-identify |
| FHIR Version | R4 |
| Source | http://fhir.org/guides/hrsa/uds-plus/http://fhir.org/guides/hrsa/uds-plus/STU2/OperationDefinition-udsplus-de-identify.html |
| URL | http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/udsplus-de-identify |
| Version | 2.0.0 |
| Status | active |
| Date | 2020-11-19T21:48:56+10:00 |
| Name | UdsPlusDeIdentify |
| Title | Generate De-Identified data |
| Realm | us |
| Authority | hl7 |
| 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. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| uds-plus-trust-service-provider | Uds Plus Trust Service Provider CapabilityStatement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition udsplus-de-identify
URL: [base]/$deidentify
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | inputFileUrls | 1..* | Parameters | Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data. | ||
| OUT | deidentifiedFileUrls | 0..* | Parameters | Upon successful de-identification, the de-identified file Urls is returned back from the service. |
{
"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"
}
]
}