HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.1.0 - STU1 Release 1.1 - Standard for Trial-Use
HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG, published by HRSA BPHC. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/drajer-health/uds-plus/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "OperationDefinition",
"id" : "import",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition import</b></p><a name=\"import\"> </a><a name=\"hcimport\"> </a><a name=\"import-en-US\"> </a><p>URL: [base]/$import</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>importInformation</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The links and other metadata related to the data exported by the health center.</p>\n</div></td></tr></table></div>"
},
"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/import",
"version" : "1.1.0",
"name" : "UdsPlusImport",
"title" : "UDS Plus Import",
"status" : "active",
"kind" : "operation",
"date" : "2021-07-22T21:48:56+10:00",
"publisher" : "HRSA BPHC",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://bphc.hrsa.gov/"
}
]
}
],
"description" : "Notification from a Health Center about the availability of the data to HRSA using Bulk Import mechanism.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"code" : "import",
"base" : "http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/import",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "importInformation",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The links and other metadata related to the data exported by the health center.",
"type" : "Parameters"
}
]
}