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

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-rwd.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-CapabilityStatement-RWDServer.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

RealWorldDataServer

This CapabilityStatement describes the basic rules for the Real World Data server actor that is responsible for providing responses to queries submitted by Real World Data requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by Real World Data servers are defined in this CapabilityStatement. It is inherits from the International Patient Access server capability statement.

ModeSERVER
Description
Transaction
System History
System Search
Resource TypeProfileReadV-ReadSearchUpdateCreate
Procedurehttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ProcedureRwdyyy
Encounterhttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/EncounterRwdyyy
Observationhttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ObservationLaboratoryResultsRwdyyy
MedicationStatementhttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwdyyy
MedicationDispensehttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationDispenseRwdyyy
MedicationAdministrationhttp://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationAdministrationRwdyyy

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "CapabilityStatement-RWDServer",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/vulcan-rwd/CapabilityStatement/CapabilityStatement-RWDServer",
  "version": "1.0.0",
  "name": "RealWorldDataServer",
  "title": "Real World Data Server Capability Statement",
  "status": "draft",
  "date": "2023-04-30",
  "publisher": "HL7 International - Biomedical Research & Regulation Work Group",
  "contact": [
    {
      "name": "HL7 International - Biomedical Research & Regulation Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the basic rules for the Real World Data server actor that is responsible for providing responses to queries submitted by Real World Data requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by Real World Data servers are defined in this CapabilityStatement.  It is inherits from the International Patient Access server capability statement.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "requirements",
  "imports": [
    "http://hl7.org/fhir/uv/ipa/CapabilityStatement/ipa-server|1.0.0"
  ],
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ],
  "implementationGuide": [
    "http://hl7.org/fhir/uv/ipa/ImplementationGuide/hl7.fhir.uv.ipa|1.0.0"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Procedure",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ProcedureRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "Interpretation",
              "definition": "http://hl7.org/fhir/uv/vulcan-rwd/SearchParameter/ProcedureOutcomeSearchParameter",
              "type": "token"
            }
          ]
        },
        {
          "type": "Encounter",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/EncounterRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "DischargeDisposition",
              "definition": "http://hl7.org/fhir/uv/vulcan-rwd/SearchParameter/EncounterDischargeDispositionSearchParameter",
              "type": "token"
            }
          ]
        },
        {
          "type": "Observation",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ObservationLaboratoryResultsRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "Interpretation",
              "definition": "http://hl7.org/fhir/uv/vulcan-rwd/SearchParameter/ObservationInterpretationSearchParameter",
              "type": "token"
            }
          ]
        },
        {
          "type": "MedicationStatement",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ]
        },
        {
          "type": "MedicationDispense",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationDispenseRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ]
        },
        {
          "type": "MedicationAdministration",
          "profile": "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationAdministrationRwd",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ]
        }
      ]
    }
  ]
}