This page is part of the De-identification, Anonymization and Redaction Toolkit Services (DARTS) FHIR IG (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
<Parameters xmlns="http://hl7.org/fhir">
<id value="de-identify-data-operation-urls-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/darts/StructureDefinition/darts-operation-data-urls-parameter"/>
</meta>
<parameter>
<name value="format"/>
<valueCode value="fhir+ndjson"/>
</parameter>
<parameter>
<name value="data"/>
<part>
<name value="resourceType"/>
<valueCode value="Patient"/>
</part>
<part>
<name value="resourceUrl"/>
<valueUrl value="http://example.com/Patient.ndjson"/>
</part>
</parameter>
</Parameters>