1.9.3 - release

SHINNYHRSN - Local Development build (v1.9.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NYS-HRSN-Questionnaire - TTL Representation

Active as of 2026-07-14

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/NYS-HRSN-Questionnaire> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "NYS-HRSN-Questionnaire"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem NYS-HRSN-Questionnaire</b></p><a name=\"NYS-HRSN-Questionnaire\"> </a><a name=\"hcNYS-HRSN-Questionnaire\"> </a><p>This case-sensitive code system <code>http://test.shinny.org/us/ny/hrsn/CodeSystem/NYS-HRSN-Questionnaire</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">NYS-AHC-HRSN<a name=\"NYS-HRSN-Questionnaire-NYS-AHC-HRSN\"> </a></td><td>NYS Accountable Health Communities (AHC) Health-Related Social Needs Screening (HRSN) tool</td></tr><tr><td style=\"white-space:nowrap\">NYSAHCHRSN<a name=\"NYS-HRSN-Questionnaire-NYSAHCHRSN\"> </a></td><td>An alternate code for the NYS Accountable Health Communities (AHC) Health-Related Social Needs Screening (HRSN) tool</td></tr><tr><td style=\"white-space:nowrap\">NA<a name=\"NYS-HRSN-Questionnaire-NA\"> </a></td><td>not applicable</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://test.shinny.org/us/ny/hrsn/CodeSystem/NYS-HRSN-Questionnaire"] ;
  fhir:CodeSystem.version [ fhir:value "1.9.3"] ;
  fhir:CodeSystem.name [ fhir:value "NYS-HRSN-Questionnaire"] ;
  fhir:CodeSystem.title [ fhir:value "NYS-HRSN-Questionnaire"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-14T09:53:09-04:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "shinny"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "shinny" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://shinny.org/us/ny/hrsn/index.html" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "NYS-HRSN-Questionnaire"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "NYS-AHC-HRSN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "NYS Accountable Health Communities (AHC) Health-Related Social Needs Screening (HRSN) tool" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "NYSAHCHRSN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "An alternate code for the NYS Accountable Health Communities (AHC) Health-Related Social Needs Screening (HRSN) tool" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "NA" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "not applicable" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/NYS-HRSN-Questionnaire.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/NYS-HRSN-Questionnaire.ttl> .