FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/HumanServiceCategory

Packagehl7.fhir.us.hsds
TypeValueSet
IdHumanServiceCategory
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/hsds/https://build.fhir.org/ig/HL7/FHIR-IG-Human-Services-Directory/ValueSet-HumanServiceCategory.html
URLhttp://hl7.org/fhir/us/hsds/ValueSet/HumanServiceCategory
Version1.0.0
Statusactive
Date2023-10-04T18:25:38+00:00
NameHumanServiceCategoryVS
TitleHuman Service Category VS
Realmus
Authorityhl7
DescriptionThis example value set includes a subset of codes included in the Plan-Net Healthcare Service Category value set (HealthcareServiceCategoryVS).

Resources that use this resource

StructureDefinition
hsds-HealthcareServiceHSDHealthcareService

Resources that this resource uses

CodeSystem
HealthcareServiceCategoryCSHealthcare Service Category

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
    CodeDisplayDefinition
    otherOtherOther
  • Include these codes as defined in http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS
    CodeDisplayDefinition
    emergEmergency careHealth 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.
    groupMedical ProviderHealth care services rendered by a group of people, e.g. a group of Physicians.
    homeHome HealthHealth 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.
    transTransportationServices 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"
          }
        ]
      }
    ]
  }
}