| Package | hl7.fhir.us.hsds |
| Resource Type | SearchParameter |
| Id | healthcareservice-program |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/hsds/https://build.fhir.org/ig/HL7/FHIR-IG-Human-Services-Directory/SearchParameter-healthcareservice-program.html |
| URL | http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-program |
| Version | 1.0.0 |
| Status | active |
| Date | 2023-10-04T18:25:38+00:00 |
| Name | HSD_sp_healthcareservice_program |
| Realm | us |
| Authority | hl7 |
| Description | Select Human and Social services offered under the specified program |
| Purpose | Allow human services directories to be searched by the program under which they fall |
| Type | token |
| CapabilityStatement | |
| HumanServicesDirectory | Human Services Directory Capability Statement |
No resources found
Note: links and images are rebased to the (stated) source
Parameter program:token
Select Human and Social services offered under the specified program
| Resource | HealthcareService |
| Expression | HealthcareService.program |
| Multiples | The parameter can repeat (and) and can have repeating values (or) |
| Modifiers | Allowed: text, exact, contains |
{
"resourceType": "SearchParameter",
"id": "healthcareservice-program",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "hss"
},
{
"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/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"
}
]
}
},
{
"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/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-program",
"version": "1.0.0",
"name": "HSD_sp_healthcareservice_program",
"derivedFrom": "http://hl7.org/fhir/SearchParameter/HealthcareService-program",
"status": "active",
"date": "2023-10-04T18:25:38+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/index.cfm"
},
{
"system": "email",
"value": "hsswg@lists.hl7.org"
}
]
}
],
"description": "Select Human and Social services offered under the specified program",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"purpose": "Allow human services directories to be searched by the program under which they fall",
"code": "program",
"base": [
"HealthcareService"
],
"type": "token",
"expression": "HealthcareService.program",
"multipleOr": true,
"multipleAnd": true,
"modifier": [
"text",
"exact",
"contains"
]
}