Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2023-11-08 |
{
"resourceType" : "OperationDefinition",
"id" : "PatientSummary",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition PatientSummary</b></p><a name=\"PatientSummary\"> </a><a name=\"hcPatientSummary\"> </a><a name=\"PatientSummary-en-US\"> </a><p>URL: [base]/Patient/$summary</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</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>IN</td><td>identifier</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The identifier of the patient which is the target of the Patient Summary, e.g. https://standards.digital.health.nz/ns/nhi-id|ZZZ0016</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The Bundle returned is a document conforming to the <a href=\"./StructureDefinition-medtech-ips-bundle.html\">Medtech IPS profile</a></p>\n</div></td></tr></table></div>"
},
"url" : "https://fhir.medtechglobal.com/OperationDefinition/PatientSummary",
"version" : "0.0.1",
"name" : "summary",
"title" : "Medtech International Patient Summary",
"status" : "draft",
"kind" : "operation",
"date" : "2023-11-08",
"publisher" : "Medtech Global",
"contact" : [
{
"name" : "Medtech Global",
"telecom" : [
{
"system" : "url",
"value" : "https://medtechglobal.com"
},
{
"system" : "email",
"value" : "support@medtechglobal.com"
}
]
},
{
"name" : "Medtech Support",
"telecom" : [
{
"system" : "email",
"value" : "support@medtechglobal.com",
"use" : "work"
}
]
}
],
"description" : "The summary operation asks the server to return the latest appropriate summary for the patient. \nThe patient is explicitly identified by the id of the patient resource\n\nThis operation returns a bundle (type = document) for single patient.\n\nThe operation asks for the latest appropriate summary, whether that already exists, \nor must be newly generated. Unless otherwise specified, the server has discretion to \nchoose how to fulfill the request.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"code" : "summary",
"resource" : [
"Patient"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "identifier",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The identifier of the patient which is the target of the Patient Summary, e.g. https://standards.digital.health.nz/ns/nhi-id|ZZZ0016",
"type" : "Identifier"
},
{
"name" : "return",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "The Bundle returned is a document conforming to the [Medtech IPS profile](./StructureDefinition-medtech-ips-bundle.html)",
"type" : "Bundle"
}
]
}