FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-base-level-server.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

BaseAEClinicalResCapabilityStatement

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.

ModeSERVER
Description
Transaction
System History
System Search
Resource TypeProfileReadSearchUpdateCreate
AdverseEventSupported profiles:
  Adverse Event Clinical Research
y

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "base-level-server",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
            }
          ]
        }
      ]
    }
  ]
}