FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

CPGCommonPatientSummary

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "OperationDefinition",
  "id" : "cpg-common-patient-summary",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CPGCommonPatientSummary</h2><p>OPERATION: CPGCommonPatientSummary</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary</pre><div><p>The summary operation generates a patient summary for a patient</p>\n</div><p>URL: [base]/Patient/[id]/$summary</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The document Bundle that is the current patient summary document</p>\n</div></td></tr></table><div><p>The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary.</p>\n</div></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary",
  "version" : "1.0.0",
  "name" : "CPGCommonPatientSummary",
  "title" : "CPG Common Patient Summary",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "HL7 International - Clinical Decision Support WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "The summary operation generates a patient summary for a patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "summary",
  "comment" : "The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary.",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The document Bundle that is the current patient summary document",
      "type" : "Bundle"
    }
  ]
}