Release 4

Operation-resource-graphql

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

This is the narrative for the resource. See also the XML, JSON or Turtle format.


Execute a graphql statement

OPERATION: Execute a graphql statement

The official URL for this operation definition is:

http://hl7.org/fhir/OperationDefinition/Resource-graphql

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)

URL: [base]/$graphql

URL: [base]/Resource/[id]/$graphql

Parameters

UseNameCardinalityTypeBindingDocumentation
INquery1..1string
OUTresult1..1Binary

The content is always returned as application/json; this SHOULD be specified in the Accept header


 

 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.