FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/PlanDefinition-get-kar

Packagehl7.fhir.us.medmorph
TypeOperationDefinition
IdPlanDefinition-get-kar
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/OperationDefinition-PlanDefinition-get-kar.html
URLhttp://hl7.org/fhir/us/medmorph/OperationDefinition/PlanDefinition-get-kar
Version1.0.0
Statusdraft
Date2020-11-19T21:48:56+10:00
NamePlanDefinitionGetKar
TitleGet Knowledge Artifact
Realmus
Authorityhl7
DescriptionThe operation is used to retrieve the knowledge artifact associated with the PlanDefinition.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
medmorph-knowledge-artifact-repositoryKnowledge Artifact Repository

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

URL: [base]/PlanDefinition/[id]/$get-kar

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn0..1Bundle

The Knowledge Artifact Bundle containing all the related resources will be returned.


Source

{
  "resourceType": "OperationDefinition",
  "id": "PlanDefinition-get-kar",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/OperationDefinition/PlanDefinition-get-kar",
  "version": "1.0.0",
  "name": "PlanDefinitionGetKar",
  "title": "Get Knowledge Artifact",
  "status": "draft",
  "kind": "operation",
  "date": "2020-11-19T21:48:56+10:00",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "The operation is used to retrieve the knowledge artifact associated with the PlanDefinition.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "get-kar",
  "resource": [
    "PlanDefinition"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "The Knowledge Artifact Bundle containing all the related resources will be returned.",
      "type": "Bundle"
    }
  ]
}