Adverse Event Clinical Research R4 Backport
1.0.0-ballot - ballot International flag

This page is part of the Adverse Event Clinical Research R4 Backport (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Base AdverseEvent Clinical Research Profile Capability Statement - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "base-level-server",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>BaseAEClinicalResCapabilityStatement</h2><div><p>This is a starting point requirements capability statement for the AdverseEvent Clinical Research Profile. It is expected that specific use cases will lead to further specification in derived IGs.</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>AdverseEvent</td><td>Supported profiles:<br/>\u00a0\u00a0<a href=\"StructureDefinition-AdverseEvent-clinical-research.html\">Adverse Event Clinical Research</a></td><td>y</td><td></td><td></td><td></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ae-research-backport-ig/CapabilityStatement/base-level-server",
  "version" : "1.0.0-ballot",
  "name" : "BaseAEClinicalResCapabilityStatement",
  "title" : "Base AdverseEvent Clinical Research Profile Capability Statement",
  "status" : "draft",
  "experimental" : true,
  "date" : "2023-07-20",
  "publisher" : "HL7 International - Biomedical Research and Regulation, Vulcan AdverseEvent groups",
  "contact" : [
    {
      "name" : "Biomedical Research and Regulation WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "This is a starting point requirements capability statement for the AdverseEvent Clinical Research Profile. It is expected that specific use cases will lead to further specification in derived IGs.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "json",
    "xml"
  ],
  "implementationGuide" : [
    "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "AdverseEvent",
          "supportedProfile" : [
            "http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/AdverseEvent-clinical-research"
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            }
          ]
        }
      ]
    }
  ]
}