@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/Observation/work-soc-score-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "work-soc-score-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-work-soc-score-observation"^^xsd:anyURI ;
       fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-work-soc-score-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation work-soc-score-example</b></p><a name=\"work-soc-score-example\"> </a><a name=\"hcwork-soc-score-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-prenudge-work-soc-score-observation.html\">AT PreNUDGE Observation Work-SoC Category Score</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/obs-work-soc-2026-03-20-001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability work-soc-category-score}\">Work-SoC category score</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-03-20 09:00:00+0000</p><p><b>issued</b>: 2026-03-20 09:10:00+0000</p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 87982008}\">Manual</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-work-soc-response-example.html\">Response to Questionnaire '-&gt;Arbeitsbezogenes Kohärenzgefühl (Work-SoC)' about '-&gt;James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)'</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability work-soc-comprehensibility}\">Work-SoC comprehensibility score</span></p><p><b>value</b>: 2.75 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability work-soc-manageability}\">Work-SoC manageability score</span></p><p><b>value</b>: 3.5 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability work-soc-meaningfulness}\">Work-SoC meaningfulness score</span></p><p><b>value</b>: 5 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://www.joanneum.at"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "obs-work-soc-2026-03-20-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "work-soc-category-score" ] ;
       fhir:display [ fhir:v "Work-SoC category score" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-03-20T09:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-03-20T09:10:00Z"^^xsd:dateTime] ; # 
  fhir:method [
     fhir:coding ( [
       a sct:87982008 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "87982008" ] ;
       fhir:display [ fhir:v "Manual" ]
     ] )
  ] ; # 
  fhir:derivedFrom ( [
     fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/QuestionnaireResponse/work-soc-response-example> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/work-soc-response-example" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "work-soc-comprehensibility" ] ;
         fhir:display [ fhir:v "Work-SoC comprehensibility score" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v 2.75 ] ;
       fhir:unit [ fhir:v "score" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "{score}" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "work-soc-manageability" ] ;
         fhir:display [ fhir:v "Work-SoC manageability score" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v 3.5 ] ;
       fhir:unit [ fhir:v "score" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "{score}" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-workability"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "work-soc-meaningfulness" ] ;
         fhir:display [ fhir:v "Work-SoC meaningfulness score" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "score" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "{score}" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

