FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: Human Service Type VS - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "HumanServiceType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\"><code>http://terminology.hl7.org/CodeSystem/service-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>3</td><td>Aged Care Information/Referral</td></tr><tr><td>8</td><td>Home Care/Housekeeping Assistance</td></tr><tr><td>11</td><td>Personal Care for Older Persons</td></tr><tr><td>70</td><td>Crisis Counselling</td></tr><tr><td>105</td><td>Drug and/or Alcohol Counselling</td></tr><tr><td>106</td><td>Drug/Alcohol Information/Referral</td></tr><tr><td>111</td><td>Residential Alcohol/Drug Treatment</td></tr><tr><td>126</td><td>Crisis/Emergency Accommodation</td></tr><tr><td>128</td><td>Housing Information/Referral</td></tr><tr><td>130</td><td>Interpreting/Multilingual Service</td></tr><tr><td>146</td><td>Physical Activity Programs</td></tr><tr><td>230</td><td>Patient Transport</td></tr><tr><td>344</td><td>Food</td></tr><tr><td>530</td><td>Disability Care Transport</td></tr><tr><td>531</td><td>Aged Care Transport</td></tr><tr><td>532</td><td>Diabetes Education s</td></tr><tr><td>537</td><td>Medication Reviews</td></tr><tr><td>548</td><td>Food Relief/Food/Meals</td></tr></table></li></ul></div>"
  },
  "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/HumanServiceType",
  "version" : "1.0.0",
  "name" : "HumanServiceTypeVS",
  "title" : "Human Service Type 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 an subset of service-types codes included in the Plan-Net Healthcare Service Type value set (HealthcareServiceTypeVS).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/service-type",
        "concept" : [
          {
            "code" : "3",
            "display" : "Aged Care Information/Referral"
          },
          {
            "code" : "8",
            "display" : "Home Care/Housekeeping Assistance"
          },
          {
            "code" : "11",
            "display" : "Personal Care for Older Persons"
          },
          {
            "code" : "70",
            "display" : "Crisis Counselling"
          },
          {
            "code" : "105",
            "display" : "Drug and/or Alcohol Counselling"
          },
          {
            "code" : "106",
            "display" : "Drug/Alcohol Information/Referral"
          },
          {
            "code" : "111",
            "display" : "Residential Alcohol/Drug Treatment"
          },
          {
            "code" : "126",
            "display" : "Crisis/Emergency Accommodation"
          },
          {
            "code" : "128",
            "display" : "Housing Information/Referral"
          },
          {
            "code" : "130",
            "display" : "Interpreting/Multilingual Service"
          },
          {
            "code" : "146",
            "display" : "Physical Activity Programs"
          },
          {
            "code" : "230",
            "display" : "Patient Transport"
          },
          {
            "code" : "344",
            "display" : "Food"
          },
          {
            "code" : "530",
            "display" : "Disability Care Transport"
          },
          {
            "code" : "531",
            "display" : "Aged Care Transport"
          },
          {
            "code" : "532",
            "display" : "Diabetes Education s"
          },
          {
            "code" : "537",
            "display" : "Medication Reviews"
          },
          {
            "code" : "548",
            "display" : "Food Relief/Food/Meals"
          }
        ]
      }
    ]
  }
}