Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Observation State of Mind Codes - TTL Representation

Active as of 2024-12-19

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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-scored-assessment-score-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/70274-6/\">70274-6</a></td><td>Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</td></tr><tr><td><a href=\"https://loinc.org/44261-6/\">44261-6</a></td><td>Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/ValueSet/observation-scored-assessment-score-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "ObservationScoredAssessmentScore"] ; # 
  fhir:title [ fhir:v "Observation State of Mind Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-19T16:51:22+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Fujitsu"] ; # 
  fhir:description [ fhir:v "Codes for state of mind  \n心の状態を表すコード"] ; # 
  fhir:copyright [ fhir:v "Fujitsu"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "70274-6" ] ;
fhir:display [ fhir:v "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]" ]       ] [
fhir:code [ fhir:v "44261-6" ] ;
fhir:display [ fhir:v "Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]" ]       ] )     ] )
  ] . #