Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 4AT Alertness Value Set - TTL Representation

Active as of 2026-07-10

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/ValueSet/onc-4at-alertness-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "onc-4at-alertness-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet onc-4at-alertness-vs</b></p><a name=\"onc-4at-alertness-vs\"> </a><a name=\"hconc-4at-alertness-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-onc-observation-codes.html\"><code>https://opennursingcoreig.com/CodeSystem/onc-observation-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-onc-observation-codes.html#onc-observation-codes-4at-alertness\">4at-alertness</a></td><td>Normal (fully alert, not agitated)</td><td>4AT Item 1: Alertness</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/17621005\">17621005</a></td><td>Normal</td></tr><tr><td><a href=\"http://snomed.info/id/263654008\">263654008</a></td><td>Abnormal</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://opennursingcoreig.com/ValueSet/onc-4at-alertness-vs"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "AlertnessVS"] ;
  fhir:ValueSet.title [ fhir:value "4AT Alertness Value Set"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-10T11:01:35+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "The Open Nursing Community"] ;
  fhir:ValueSet.description [ fhir:value "Scoring options for 4AT Alertness"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://opennursingcoreig.com/CodeSystem/onc-observation-codes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "4at-alertness" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Normal (fully alert, not agitated)" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "17621005" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Normal" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "263654008" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Abnormal" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/onc-4at-alertness-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/onc-4at-alertness-vs.ttl> .