STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Gao-order-evaluation-requester.ttl

Raw Turtle, JSON-LD

The Order Evaluation Requester actor invokes the $evaluate operation to determine whether an order is appropriate according to clinical guidelines.

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir//Conformance/gao-order-evaluation-requester> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "gao-order-evaluation-requester"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.url [ fhir:value "http://hl7.org/fhir/Conformance/gao-order-evaluation-requester"];
  fhir:Conformance.name [ fhir:value "GAO Order Evaluation Requester"];
  fhir:Conformance.status [ fhir:value "draft"];
  fhir:Conformance.experimental [ fhir:value "false"^^xs:boolean];
  fhir:Conformance.date [ fhir:value "2015-11-19"^^xs:date];
  fhir:Conformance.publisher [ fhir:value "HL7"];
  fhir:Conformance.description [ fhir:value "The Order Evaluation Requester actor invokes the $evaluate operation to determine      whether an order is appropriate according to clinical guidelines."];
  fhir:Conformance.requirements [ fhir:value "An Order Evaluation Requestor actor must implement the requirements expressed in this conformance resource."];
  fhir:Conformance.kind [ fhir:value "requirements"];
  fhir:Conformance.fhirVersion [ fhir:value "1.4.0"];
  fhir:Conformance.acceptUnknown [ fhir:value "extensions"];
  fhir:Conformance.format [
     fhir:value "xml";
     fhir:index 0
  ];
  fhir:Conformance.format [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:Conformance.profile [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-order>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-order" ]
  ];
  fhir:Conformance.profile [
     fhir:index 1;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-questionnaireresponse>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-questionnaireresponse" ]
  ];
  fhir:Conformance.profile [
     fhir:index 2;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-diagnosticorder>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-diagnosticorder" ]
  ];
  fhir:Conformance.profile [
     fhir:index 3;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-medicationorder>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-medicationorder" ]
  ];
  fhir:Conformance.profile [
     fhir:index 4;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-referralrequest>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-referralrequest" ]
  ];
  fhir:Conformance.profile [
     fhir:index 5;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-procedurerequest>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-procedurerequest" ]
  ];
  fhir:Conformance.profile [
     fhir:index 6;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-patient>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-patient" ]
  ];
  fhir:Conformance.profile [
     fhir:index 7;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-practitioner>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-practitioner" ]
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.rest.mode [ fhir:value "client" ];
     fhir:Conformance.rest.resource [
       fhir:index 0;
       fhir:Conformance.rest.resource.type [ fhir:value "Order" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/gao-order>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/gao-order" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "A Order Evaluation Requestor invoke the $evaluate operation on Order.             At present, there is no way to express this in the Interaction component in a compliance resource." ]       ]     ];
     fhir:Conformance.rest.operation [
       fhir:index 0;
       fhir:Conformance.rest.operation.name [ fhir:value "GAO Evaluate Order" ];
       fhir:Conformance.rest.operation.definition [
         fhir:reference <http://hl7.org/fhir/OperationDefinition/gao-order-evaluate>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/gao-order-evaluate" ]       ]     ]
  ].

# -------------------------------------------------------------------------------------


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.