FHIR IG analytics| Package | hl7.fhir.us.darts |
| Resource Type | Parameters |
| Id | Parameters-de-identify-data-operation-urls-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "de-identify-data-operation-urls-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-deidentify-operation-data-urls-parameter"
]
},
"parameter": [
{
"name": "format",
"valueCode": "fhir+ndjson"
},
{
"name": "udsData",
"part": [
{
"name": "resourceType",
"valueCode": "Patient"
},
{
"name": "resourceUrl",
"valueUrl": "http://example.com/Patient.ndjson"
}
]
}
]
}