Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example OperationDefinition/Resource-graph (Turtle)

FHIR Infrastructure Work Group Maturity Level: N/A Standards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Operation Definition

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:OperationDefinition ;
 fhir:id [ fhir:v "Resource-graph"] ;
 fhir:text [
 fhir:status [ fhir:v "extensions" ]
 ] ;
 fhir:extension ( [
 fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
 fhir:value [ fhir:v "1" ]
 ] [
 fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
 fhir:value [ fhir:v "trial-use" ]
 ] ) ;
 fhir:url [ fhir:v "http://hl7.org/fhir/OperationDefinition/Resource-graph"], [ fhir:v "http://hl7.org/fhir/OperationDefinition/Resource-graph"] ;
 fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
 fhir:name [ fhir:v "Graph"], [ fhir:v "Graph"] ;
 fhir:title [ fhir:v "Return a graph of resources"], [ fhir:v "Return a graph of resources"] ;
 fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
 fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
 fhir:date [ fhir:v "2023年03月26日T15:21:02+11:00"], [ fhir:v "2023年03月26日T15:21:02+11:00"] ;
 fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
 fhir:contact ( [
 fhir:telecom ( [
 fhir:system [ fhir:v "url" ] ;
 fhir:value [ fhir:v "http://hl7.org/fhir" ]
 ] [
 fhir:system [ fhir:v "email" ] ;
 fhir:value [ fhir:v "fhir@lists.hl7.org" ]
 ] )
 ] [
 fhir:telecom ( [
 fhir:system [ fhir:v "url" ] ;
 fhir:value [ fhir:v "http://hl7.org/fhir" ]
 ] [
 fhir:system [ fhir:v "email" ] ;
 fhir:value [ fhir:v "fhir@lists.hl7.org" ]
 ] )
 ] ) ;
 fhir:description [ fhir:v "Return an entire graph of resources based on a [GraphDefinition](graphdefinition.html). The operation is invoked on a specific instance of a resource, and the graph definition tells the server what other resources to return in the same packaage"], [ fhir:v "Return an entire graph of resources based on a [GraphDefinition](graphdefinition.html). The operation is invoked on a specific instance of a resource, and the graph definition tells the server what other resources to return in the same packaage"] ;
 fhir:jurisdiction ( [
 fhir:coding ( [
 fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
 fhir:code [ fhir:v "001" ] ;
 fhir:display [ fhir:v "World" ]
 ] )
 ] [
 fhir:coding ( [
 fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
 fhir:code [ fhir:v "001" ] ;
 fhir:display [ fhir:v "World" ]
 ] )
 ] ) ;
 fhir:kind [ fhir:v "operation"] ;
 fhir:affectsState [ fhir:v "false"] ;
 fhir:code [ fhir:v "graph"] ;
 fhir:resource ( [ fhir:v "Resource"] ) ;
 fhir:system [ fhir:v "false"] ;
 fhir:type [ fhir:v "false"] ;
 fhir:instance [ fhir:v "true"] ;
 fhir:parameter ( [
 fhir:name [ fhir:v "graph" ] ;
 fhir:use [ fhir:v "in" ] ;
 fhir:min [ fhir:v "1" ] ;
 fhir:max [ fhir:v "1" ] ;
 fhir:documentation [ fhir:v "Servers MAY choose to allow any graph definition to be specified, but MAY require that the client choose a graph definition from a specific list of known supported definitions. The server is not required to support a formal definition of the graph on the end point" ] ;
 fhir:type [ fhir:v "uri" ]
 ] [
 fhir:name [ fhir:v "result" ] ;
 fhir:use [ fhir:v "out" ] ;
 fhir:min [ fhir:v "1" ] ;
 fhir:max [ fhir:v "1" ] ;
 fhir:documentation [ fhir:v "The set of resources that were in the graph based on the provided definition" ] ;
 fhir:type [ fhir:v "Bundle" ]
 ] ) .
# -------------------------------------------------------------------------------------

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.

AltStyle によって変換されたページ (->オリジナル) /