This page is part of the Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: RSDR-CURD - JSON Representation
Raw json | Download
{
"resourceType" : "CapabilityStatement",
"id" : "RSDR-CURD",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/registry-protocols/StructureDefinition/CapabilityStatementWithSlices"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>RSDR_CURD</h2><div><p>Defines the requirements for the Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>StructureDefinition</td><td>\u00a0</td><td></td><td></td><td>y</td><td>y</td></tr><tr><td>StructureMap</td><td>\u00a0</td><td></td><td></td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/registry-protocols/CapabilityStatement/RSDR-CURD",
"version" : "1.0.0-ballot",
"name" : "RSDR_CURD",
"title" : "Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.",
"status" : "draft",
"experimental" : true,
"date" : "2022-01-26",
"publisher" : "Clinical Interoperability Council",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/cic"
}
]
},
{
"telecom" : [
{
"system" : "email",
"value" : "cic@lists.hl7.org"
}
]
},
{
"name" : "Clinical Interoperability Council",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/cic/index.cfm"
}
]
},
{
"name" : "David Pyke",
"telecom" : [
{
"system" : "email",
"value" : "mailto:David.Pyke@pointclickcare.com"
}
]
}
],
"description" : "Defines the requirements for the Registry Submission Definition Repository implementing the Create / Update Registry Definition transaction.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"xml",
"json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "StructureDefinition",
"interaction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "create"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "update"
}
]
},
{
"type" : "StructureMap",
"interaction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "create"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "update"
}
]
}
]
}
]
}