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 Characteristic - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "HumanServiceCharacteristicCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Wheelchair<a name=\"HumanServiceCharacteristicCS-Wheelchair\"> </a></td><td>Wheelchair Access</td><td>A method by which someone can enter or leave a place in a wheelchair</td></tr><tr><td style=\"white-space:nowrap\">Interpret<a name=\"HumanServiceCharacteristicCS-Interpret\"> </a></td><td>Interpretation Services</td><td>Interpreting 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.</td></tr><tr><td style=\"white-space:nowrap\">Computer<a name=\"HumanServiceCharacteristicCS-Computer\"> </a></td><td>Computer &amp; Internet Access</td><td>Computers available for use. Internet access is available providing connectivity to the internet using personal computers, laptops or mobile devices.</td></tr><tr><td style=\"white-space:nowrap\">Baby<a name=\"HumanServiceCharacteristicCS-Baby\"> </a></td><td>Diapers &amp; Formula</td><td>Diapers and infant formula are provided.</td></tr></table></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/CodeSystem/HumanServiceCharacteristicCS",
  "version" : "1.0.0",
  "name" : "HumanServiceCharacteristicCS",
  "title" : "Human Service Characteristic",
  "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 code system provides an example set of 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"
        }
      ]
    }
  ],
  "purpose" : "The purpose of this code system is to provide a starter set of features associated with community-based social services delivered at particular locations for use in searching for services.",
  "caseSensitive" : false,
  "content" : "fragment",
  "concept" : [
    {
      "code" : "Wheelchair",
      "display" : "Wheelchair Access",
      "definition" : "A method by which someone can enter or leave a place in a wheelchair"
    },
    {
      "code" : "Interpret",
      "display" : "Interpretation Services",
      "definition" : "Interpreting 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."
    },
    {
      "code" : "Computer",
      "display" : "Computer & Internet Access",
      "definition" : "Computers available for use. Internet access is available providing connectivity to the internet using personal computers, laptops or mobile devices."
    },
    {
      "code" : "Baby",
      "display" : "Diapers & Formula",
      "definition" : "Diapers and infant formula are provided."
    }
  ]
}