Samhsa Context

JSON-LD context defining the semantic vocabulary for Samhsa from Substance Abuse and Mental Health Services Administration.

18 Classes 18 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
samhsa: https://www.samhsa.gov/vocab#
dcterms: http://purl.org/dc/terms/
gov: https://www.data.gov/vocab#

Classes

name description url address telephone latitude longitude geo MedicalOrganization GovernmentAgency Dataset DataDownload publisher creator issued modified license language

Properties

Property Type Container
TreatmentFacility schema:MedicalOrganization
SubstanceAbuseProgram schema:MedicalOrganization
MentalHealthProgram schema:MedicalOrganization
facilityType
serviceCategory
treatmentServices
paymentOptions
acceptsMedicaid schema:Boolean
acceptsMedicare schema:Boolean
offersNoFeeTreatment schema:Boolean
offersSlidingFee schema:Boolean
populationsServed
SurveyDataRecord
NSDUH
substanceType
measureType
prevalencePercentage schema:Number
ageGroup

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "samhsa": "https://www.samhsa.gov/vocab#",
    "dcterms": "http://purl.org/dc/terms/",
    "gov": "https://www.data.gov/vocab#",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "geo": "schema:geo",

    "MedicalOrganization": "schema:MedicalOrganization",
    "TreatmentFacility": {
      "@id": "samhsa:TreatmentFacility",
      "@type": "schema:MedicalOrganization"
    },
    "SubstanceAbuseProgram": {
      "@id": "samhsa:SubstanceAbuseProgram",
      "@type": "schema:MedicalOrganization"
    },
    "MentalHealthProgram": {
      "@id": "samhsa:MentalHealthProgram",
      "@type": "schema:MedicalOrganization"
    },

    "facilityType": {
      "@id": "samhsa:facilityType"
    },
    "serviceCategory": {
      "@id": "samhsa:serviceCategory"
    },
    "treatmentServices": {
      "@id": "samhsa:treatmentServices"
    },
    "paymentOptions": {
      "@id": "samhsa:paymentOptions"
    },
    "acceptsMedicaid": {
      "@id": "samhsa:acceptsMedicaid",
      "@type": "schema:Boolean"
    },
    "acceptsMedicare": {
      "@id": "samhsa:acceptsMedicare",
      "@type": "schema:Boolean"
    },
    "offersNoFeeTreatment": {
      "@id": "samhsa:offersNoFeeTreatment",
      "@type": "schema:Boolean"
    },
    "offersSlidingFee": {
      "@id": "samhsa:offersSlidingFee",
      "@type": "schema:Boolean"
    },
    "populationsServed": {
      "@id": "samhsa:populationsServed"
    },

    "SurveyDataRecord": {
      "@id": "samhsa:SurveyDataRecord"
    },
    "NSDUH": {
      "@id": "samhsa:NationalSurveyDrugUseHealth"
    },
    "substanceType": {
      "@id": "samhsa:substanceType"
    },
    "measureType": {
      "@id": "samhsa:measureType"
    },
    "prevalencePercentage": {
      "@id": "samhsa:prevalencePercentage",
      "@type": "schema:Number"
    },
    "ageGroup": {
      "@id": "samhsa:ageGroup"
    },

    "GovernmentAgency": "schema:GovernmentOrganization",
    "Dataset": "schema:Dataset",
    "DataDownload": "schema:DataDownload",
    "publisher": "schema:publisher",
    "creator": "schema:creator",
    "issued": "dcterms:issued",
    "modified": "dcterms:modified",
    "license": "dcterms:license",
    "language": "dcterms:language"
  }
}