Medicines Data Repository Implementation Guide
0.1.0 - ci-build
Medicines Data Repository Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/mdr/ and changes regularly. See the Directory of published versions
Active as of 2023-02-17 |
{
"resourceType" : "SearchParameter",
"id" : "nzf-nzmt-type-search-parameter",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter nzf-nzmt-type-search-parameter</b></p><a name=\"nzf-nzmt-type-search-parameter\"> </a><a name=\"hcnzf-nzmt-type-search-parameter\"> </a><a name=\"nzf-nzmt-type-search-parameter-en-US\"> </a><h2>NzmtType</h2><p>Parameter <code>nzmt-type</code>:<code>token</code></p><div><p>Returns medications matching the specified NZMT type code.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a></td></tr><tr><td>Expression</td><td><code>Medication.extension.where(url = 'http://hl7.org.nz/fhir/StructureDefinition/nzf-nzmt-type').extension.value.code</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "http://hl7.org.nz/fhir/SearchParameter/nzf-nzmt-type-search-parameter",
"version" : "0.1.0",
"name" : "NzmtType",
"status" : "active",
"date" : "2023-02-17",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "url",
"value" : "https://tewhatuora.govt.nz"
},
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "Returns medications matching the specified NZMT type code.",
"code" : "nzmt-type",
"base" : [
"Medication"
],
"type" : "token",
"expression" : "Medication.extension.where(url = 'http://hl7.org.nz/fhir/StructureDefinition/nzf-nzmt-type').extension.value.code",
"xpathUsage" : "normal",
"multipleOr" : true,
"_multipleOr" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
}
]
},
"multipleAnd" : true,
"_multipleAnd" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
}
]
}
}