This page is part of the FHIR IG Human Services Directory (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: organization-type - JSON Representation
Raw json | Download
{
"resourceType" : "SearchParameter",
"id" : "organization-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"organization-type\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter "organization-type" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/hsds/SearchParameter/organization-type</code></p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: HSDS_sp_organization_type</p><p><b>derivedFrom</b>: <a href=\"http://hl7.org/fhir/SearchParameter/Organization-type\">http://hl7.org/fhir/SearchParameter/Organization-type</a></p><p><b>status</b>: active</p><p><b>date</b>: 2022-12-08 20:20:19+0000</p><p><b>publisher</b>: HL7 Human and Social Services Work Group</p><p><b>contact</b>: HL7 Human and Social Services Work Group: <a href=\"http://www.hl7.org/Special/committees/hsswg\">http://www.hl7.org/Special/committees/hsswg</a></p><p><b>description</b>: Select organizations with the specified type</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><p><b>code</b>: type</p><p><b>base</b>: Organization</p><p><b>type</b>: token</p><p><b>expression</b>: Organization.type</p><p><b>multipleOr</b>: true</p><p><b>multipleAnd</b>: true</p><p><b>modifier</b>: contains</p></div>"
},
"url" : "http://hl7.org/fhir/us/hsds/SearchParameter/organization-type",
"version" : "1.0.0-ballot",
"name" : "HSDS_sp_organization_type",
"derivedFrom" : "http://hl7.org/fhir/SearchParameter/Organization-type",
"status" : "active",
"date" : "2022-12-08T20:20:19+00:00",
"publisher" : "HL7 Human and Social Services Work Group",
"contact" : [
{
"name" : "HL7 Human and Social Services Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/hsswg"
}
]
}
],
"description" : "Select organizations with the specified type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "type",
"base" : [
"Organization"
],
"type" : "token",
"expression" : "Organization.type",
"multipleOr" : true,
"multipleAnd" : true,
"modifier" : [
"contains"
]
}