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

FHIR IG Statistics: ValueSet/HumanServiceCharacteristic

Packagehl7.fhir.us.hsds
TypeValueSet
IdHumanServiceCharacteristic
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/hsds/https://build.fhir.org/ig/HL7/FHIR-IG-Human-Services-Directory/ValueSet-HumanServiceCharacteristic.html
URLhttp://hl7.org/fhir/us/hsds/ValueSet/HumanServiceCharacteristic
Version1.0.0
Statusactive
Date2023-10-04T18:25:38+00:00
NameHumanServiceCharacteristicVS
TitleHuman Service Characteristic VS
Realmus
Authorityhl7
DescriptionThis example value set includes codes that describe unique features that can be associated with community-based social services delivered at particular locations.

Resources that use this resource

StructureDefinition
hsds-HealthcareServiceHSDHealthcareService

Resources that this resource uses

CodeSystem
HumanServiceCharacteristicCSHuman Service Characteristic

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS
    CodeDisplayDefinition
    WheelchairWheelchair AccessA method by which someone can enter or leave a place in a wheelchair
    InterpretInterpretation ServicesInterpreting services function as a verbal form of translation that is facilitated by a professional interpreter, or a team of interpreters. Interpretation services are used to translate spoken languages into the native or preferred language of a given client.
    ComputerComputer & Internet AccessComputers available for use. Internet access is available providing connectivity to the internet using personal computers, laptops or mobile devices.
    BabyDiapers & FormulaDiapers and infant formula are provided.

Source

{
  "resourceType": "ValueSet",
  "id": "HumanServiceCharacteristic",
  "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/HumanServiceCharacteristic",
  "version": "1.0.0",
  "name": "HumanServiceCharacteristicVS",
  "title": "Human Service Characteristic 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 codes that describe unique features that can be associated with community-based social services delivered at particular locations.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS",
        "concept": [
          {
            "code": "Wheelchair",
            "display": "Wheelchair Access"
          },
          {
            "code": "Interpret",
            "display": "Interpretation Services"
          },
          {
            "code": "Computer",
            "display": "Computer & Internet Access"
          },
          {
            "code": "Baby",
            "display": "Diapers & Formula"
          }
        ]
      }
    ]
  }
}