De-Identification, Anonymization, Redaction Toolkit Services - Downloaded Version 1.0.0-ballot See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "de-identify-data-operation-urls-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/darts/StructureDefinition/darts-operation-data-urls-parameter"
]
},
"parameter" : [
{
"name" : "format",
"valueCode" : "fhir+ndjson"
},
{
"name" : "data",
"part" : [
{
"name" : "resourceType",
"valueCode" : "Patient"
},
{
"name" : "resourceUrl",
"valueUrl" : "http://example.com/Patient.ndjson"
}
]
}
]
}