Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: State of Mind Valence Codes

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "state-of-mind-valence-codes",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem state-of-mind-valence-codes</b></p><a name=\"state-of-mind-valence-codes\"> </a><a name=\"hcstate-of-mind-valence-codes\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-valence-codes</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\">veryUnpleasant<a name=\"state-of-mind-valence-codes-veryUnpleasant\"> </a></td><td>Very Unpleasant</td></tr><tr><td style=\"white-space:nowrap\">unpleasant<a name=\"state-of-mind-valence-codes-unpleasant\"> </a></td><td>Unpleasant</td></tr><tr><td style=\"white-space:nowrap\">slightlyUnpleasant<a name=\"state-of-mind-valence-codes-slightlyUnpleasant\"> </a></td><td>Unpleasant</td></tr><tr><td style=\"white-space:nowrap\">neutral<a name=\"state-of-mind-valence-codes-neutral\"> </a></td><td>Slightly Neutral</td></tr><tr><td style=\"white-space:nowrap\">slightlyPleasant<a name=\"state-of-mind-valence-codes-slightlyPleasant\"> </a></td><td>Slightly Pleasant</td></tr><tr><td style=\"white-space:nowrap\">pleasant<a name=\"state-of-mind-valence-codes-pleasant\"> </a></td><td>Pleasant</td></tr><tr><td style=\"white-space:nowrap\">veryPleasant<a name=\"state-of-mind-valence-codes-veryPleasant\"> </a></td><td>Very Pleasant</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pe"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "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/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/phr/CodeSystem/state-of-mind-valence-codes",
  "version" : "1.0.0-ballot2",
  "name" : "StateOfMindValence",
  "title" : "State of Mind Valence Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-27T21:39:37+00:00",
  "publisher" : "HL7 International / Patient Empowerment",
  "contact" : [
    {
      "name" : "HL7 International / Patient Empowerment",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description" : "Codes for state of mind valence",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "veryUnpleasant",
      "display" : "Very Unpleasant"
    },
    {
      "code" : "unpleasant",
      "display" : "Unpleasant"
    },
    {
      "code" : "slightlyUnpleasant",
      "display" : "Unpleasant"
    },
    {
      "code" : "neutral",
      "display" : "Slightly Neutral"
    },
    {
      "code" : "slightlyPleasant",
      "display" : "Slightly Pleasant"
    },
    {
      "code" : "pleasant",
      "display" : "Pleasant"
    },
    {
      "code" : "veryPleasant",
      "display" : "Very Pleasant"
    }
  ]
}