NHS MPI Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions
: address-postalcode - JSON Representation
Raw json | Download
{
"resourceType" : "SearchParameter",
"id" : "individual-address-postalcode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>address-postalcode <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6\" href=\"http://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Trial Use\">TU</a></h2><p>Parameter <code>address-postalcode</code>:<code>string</code></p><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: A postalCode specified in an address</li>\n<li><a href=\"person.html\">Person</a>: A postal code specified in an address</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: A postalCode specified in an address</li>\n<li><a href=\"relatedperson.html\">RelatedPerson</a>: A postal code specified in an address</li>\n</ul>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a>, <a href=\"http://hl7.org/fhir/R4/person.html\">Person</a>, <a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a>, <a href=\"http://hl7.org/fhir/R4/relatedperson.html\">RelatedPerson</a></td></tr><tr><td>Expression</td><td><code>Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}
],
"url" : "http://hl7.org/fhir/SearchParameter/individual-address-postalcode",
"version" : "1.0.0",
"name" : "address-postalcode",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient Administration)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
}
]
},
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm/index.cfm"
}
]
}
],
"description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A postalCode specified in an address\r\n* [Person](person.html): A postal code specified in an address\r\n* [Practitioner](practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](relatedperson.html): A postal code specified in an address\r\n",
"code" : "address-postalcode",
"base" : [
"Patient",
"Person",
"Practitioner",
"RelatedPerson"
],
"type" : "string",
"expression" : "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode",
"xpathUsage" : "normal"
}