$graphql

Execute a graphql statement

draftFHIR Core package4.3.0operation1 input1 output

Execute a graphql statement on a since resource or against the entire system. See the Using GraphQL with FHIR page for further details.

For the purposes of graphQL compatibility, this operation can also be invoked using a POST with the graphQL as the body, or a JSON body (see graphQL spec for details)

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/Resource-graphql
Code
$graphql
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
System LevelInstance Level
Target Resources:
Resource
Affects State:No

Input Parameters (1)

NameTypeCard.Description
query*string1..1

Output Parameters (1)

NameTypeCard.Description
resultBinary1..1The content is always returned as application/json; this SHOULD be specified in the Accept header

Additional Information

Version
4.3.0
Date
2022-05-28T12:47:40+10:00