PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/OperationDefinition/PlanDefinition-apply
{
  "description": "The apply operation applies a PlanDefinition to a given context",
  "_filename": "operation-plandefinition-apply.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "system": false,
  "publisher": "HL7 (FHIR Project)",
  "instance": true,
  "name": "Place",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "c8d7738b-37eb-4122-b145-06ae7bbcaa67",
  "resource": [ "PlanDefinition" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/OperationDefinition/PlanDefinition-apply",
  "code": "apply",
  "version": null,
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "patient",
    "type": "Reference",
    "profile": {
      "reference": "http://hl7.org/fhir/StructureDefinition/Patient"
    },
    "documentation": "The patient that is the target of the plan to be applied"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "encounter",
    "type": "Reference",
    "profile": {
      "reference": "http://hl7.org/fhir/StructureDefinition/Encounter"
    },
    "documentation": "The encounter in context, if any"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "practitioner",
    "type": "Reference",
    "profile": {
      "reference": "http://hl7.org/fhir/StructureDefinition/Practitioner"
    },
    "documentation": "The practitioner applying the plan definition"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "organization",
    "type": "Reference",
    "profile": {
      "reference": "http://hl7.org/fhir/StructureDefinition/Organization"
    },
    "documentation": "The organization applying the plan definition"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "userType",
    "type": "CodeableConcept",
    "documentation": "The type of user initiating the request, e.g. patient, healthcare provider, or specific type of healthcare provider (physician, nurse, etc.)"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "userLanguage",
    "type": "CodeableConcept",
    "documentation": "Preferred language of the person using the system"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "userTaskContext",
    "type": "CodeableConcept",
    "documentation": "The task the system user is performing, e.g. laboratory results review, medication list review, etc. This information can be used to tailor decision support outputs, such as recommended information resources"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "setting",
    "type": "CodeableConcept",
    "documentation": "The current setting of the request (inpatient, outpatient, etc)"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "settingContext",
    "type": "CodeableConcept",
    "documentation": "Additional detail about the setting of the request, if any"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "CarePlan",
    "documentation": "The CarePlan that is the result of applying the plan definition"
  } ]
}