PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.1.0
    http://hl7.org/fhir/uv/ips/OperationDefinition/summary
{
  "description": "This operation is used to return a patient summary using the IPS profile.",
  "_filename": "OperationDefinition-summary.json",
  "package_name": "hl7.fhir.uv.ips",
  "date": "2022-01-05T13:15:56.964-00:00",
  "system": false,
  "publisher": "Health Level Seven International - Patient Care Work Group",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "IpsSummary",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "IPS Summary",
  "package_version": "1.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2,
    "_valueInteger": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use",
    "_valueCode": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
      } ]
    }
  } ],
  "status": "draft",
  "id": "aa63726a-cf6b-4e21-902d-8742781b37ce",
  "resource": [ "Patient" ],
  "affectsState": false,
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/ips/OperationDefinition/summary",
  "code": "summary",
  "version": "1.1.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/patientcare",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "identifer",
    "type": "Identifier",
    "documentation": "When the logical id of the patient is not used, servers MAY choose to support patient selection based on provided identifier"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "profile",
    "type": "uri",
    "documentation": "A specific profile for the patient summary may be specified. By default, servers MAY use the [Bundle profile](./StructureDefinition-Bundle-uv-ips.html)"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "graph",
    "type": "uri",
    "documentation": "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"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The Bundle returned is a document conforming to the specified input profile parameter or the International Patient Summary [Bundle profile](./StructureDefinition-Bundle-uv-ips.html) (if not otherwise specified)"
  } ]
}