| # ACVPU Consciousness Level - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0 | |
| * [**Table of Contents**](toc.md) | |
| * [**Artifacts Summary**](artifacts.md) | |
| * **ACVPU Consciousness Level** | |
| ## Resource Profile: ACVPU Consciousness Level | |
| | | | | |
| | :--- | :--- | | |
| | *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-acvpu | *Version*:0.1.0 | | |
| | Draft as of 2026-01-01 | *Computable Name*:ONCACVPU | | |
| ACVPU consciousness level assessment for NEWS2 (Alert, Confusion, Voice, Pain, Unresponsive) | |
| **Usages:** | |
| * This Profile is not used by any profiles in this Implementation Guide | |
| You can also check for [usages in the FHIR IG Statistics](https://packages2.fhir.org/xig/onc.ig|current/StructureDefinition/onc-acvpu) | |
| ### Formal Views of Profile Content | |
| [Description of Profiles, Differentials, Snapshots and how the different presentations work](http://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#structure-definitions). | |
| Other representations of profile: [CSV](StructureDefinition-onc-acvpu.csv), [Excel](StructureDefinition-onc-acvpu.xlsx), [Schematron](StructureDefinition-onc-acvpu.sch) | |
| ## Resource Content | |
| ```json | |
| { | |
| "resourceType" : "StructureDefinition", | |
| "id" : "onc-acvpu", | |
| "url" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-acvpu", | |
| "version" : "0.1.0", | |
| "name" : "ONCACVPU", | |
| "title" : "ACVPU Consciousness Level", | |
| "status" : "draft", | |
| "date" : "2026-01-01T13:37:23+00:00", | |
| "description" : "ACVPU consciousness level assessment for NEWS2 (Alert, Confusion, Voice, Pain, Unresponsive)", | |
| "fhirVersion" : "4.0.1", | |
| "mapping" : [ | |
| { | |
| "identity" : "workflow", | |
| "uri" : "http://hl7.org/fhir/workflow", | |
| "name" : "Workflow Pattern" | |
| }, | |
| { | |
| "identity" : "sct-concept", | |
| "uri" : "http://snomed.info/conceptdomain", | |
| "name" : "SNOMED CT Concept Domain Binding" | |
| }, | |
| { | |
| "identity" : "v2", | |
| "uri" : "http://hl7.org/v2", | |
| "name" : "HL7 v2 Mapping" | |
| }, | |
| { | |
| "identity" : "rim", | |
| "uri" : "http://hl7.org/v3", | |
| "name" : "RIM Mapping" | |
| }, | |
| { | |
| "identity" : "w5", | |
| "uri" : "http://hl7.org/fhir/fivews", | |
| "name" : "FiveWs Pattern Mapping" | |
| }, | |
| { | |
| "identity" : "sct-attr", | |
| "uri" : "http://snomed.org/attributebinding", | |
| "name" : "SNOMED CT Attribute Binding" | |
| } | |
| ], | |
| "kind" : "resource", | |
| "abstract" : false, | |
| "type" : "Observation", | |
| "baseDefinition" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-nursing-assessment", | |
| "derivation" : "constraint", | |
| "differential" : { | |
| "element" : [ | |
| { | |
| "id" : "Observation", | |
| "path" : "Observation" | |
| }, | |
| { | |
| "id" : "Observation.code", | |
| "path" : "Observation.code", | |
| "patternCodeableConcept" : { | |
| "coding" : [ | |
| { | |
| "system" : "http://snomed.info/sct", | |
| "code" : "1104441000000107", | |
| "display" : "ACVPU (Alert Confusion Voice Pain Unresponsive) scale score" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "id" : "Observation.value[x]", | |
| "path" : "Observation.value[x]", | |
| "type" : [ | |
| { | |
| "code" : "CodeableConcept" | |
| } | |
| ], | |
| "binding" : { | |
| "strength" : "required", | |
| "valueSet" : "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/acvpu-vs" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ``` | |