ESMD FHIR Implementation Guide
1.0.0 - esmd
ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "Example-generate-presigned-url",
"parameter" : [
{
"name" : "organizationid",
"valueString" : "2.16.840.1.113883.4.1.1.1234"
},
{
"name" : "filenames",
"part" : [
{
"name" : "filename",
"valueString" : "clinical-document1.pdf"
},
{
"name" : "filename",
"valueString" : "clinical-document2.pdf"
},
{
"name" : "filename",
"valueString" : "clinical-document3.pdf"
}
]
}
]
}