FHIR IG Statistics: ValueSet/HumanServiceCategory
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS
Code | Display | Definition |
other | Other | Other |
- Include these codes as defined in
http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS
Code | Display | Definition |
emerg | Emergency care | Health care services rendered within a designated emergency care facility, for point-in-time evaluation and/or treatment any medical condition such that a prudent layperson possessing an average knowledge of medicine and health, believes that immediate unscheduled medical care is required. |
group | Medical Provider | Health care services rendered by a group of people, e.g. a group of Physicians. |
home | Home Health | Health care services delivered to patients within their residence rather than a clinical setting; usually provided by nurses, home health aides, and other professionals on a regularly scheduled visit. |
trans | Transportation | Services which transport patients to or from a medical facility, e.g., ambulance. |
Source
{
"resourceType": "ValueSet",
"id": "HumanServiceCategory",
"text": {
"status": "extensions",
"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/ValueSet/HumanServiceCategory",
"version": "1.0.0",
"name": "HumanServiceCategoryVS",
"title": "Human Service Category VS",
"status": "active",
"experimental": false,
"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": "This example value set includes a subset of codes included in the Plan-Net Healthcare Service Category value set (HealthcareServiceCategoryVS).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
"concept": [
{
"code": "other",
"display": "Other"
}
]
},
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
"concept": [
{
"code": "emerg",
"display": "Emergency care"
},
{
"code": "group",
"display": "Medical Provider"
},
{
"code": "home",
"display": "Home Health"
},
{
"code": "trans",
"display": "Transportation"
}
]
}
]
}
}