FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd.r4 |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-CapabilityStatement-RWDServer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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.
| Mode | SERVER |
| Description | |
| Transaction | |
| System History | |
| System Search |
| Resource Type | Profile | Read | V-Read | Search | Update | Create |
|---|---|---|---|---|---|---|
| Procedure | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ProcedureRwd | y | y | y | ||
| Encounter | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/EncounterRwd | y | y | y | ||
| Observation | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ObservationLaboratoryResultsRwd | y | y | y | ||
| MedicationStatement | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd | y | y | y | ||
| MedicationDispense | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationDispenseRwd | y | y | y | ||
| MedicationAdministration | http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationAdministrationRwd | y | y | y |
{
"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"
}
]
}
]
}
]
}