@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/ConceptMap/AtPrenudgeCodeUnitMap> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AtPrenudgeCodeUnitMap"] ; # 
  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: ConceptMap AtPrenudgeCodeUnitMap</b></p><a name=\"AtPrenudgeCodeUnitMap\"> </a><a name=\"hcAtPrenudgeCodeUnitMap\"> </a><p>Mapping from <a href=\"ValueSet-prenudge-other-observations-codes.html\">AT PreNUDGE Other Observations Codes</a> to <a href=\"ValueSet-prenudge-other-observations-units.html\">AT PreNUDGE Other Observations Units</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">SNOMED CT (all versions)</a> to <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>82832008 (General body state finding (finding))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>{finding} (finding)</td><td>Subjective well-being rating on a numeric scale (e.g., 1-10).</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-loinc.html\">Logical Observation Identifiers, Names and Codes (LOINC)</a> to <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>66266-8 (Time doing this activity)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>min (minute)</td><td>Duration of the activity in minutes.</td></tr><tr><td>66270-0 (Activity intensity)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>{intensity} (intensity)</td><td>Subjective intensity rating on a numeric scale (e.g., 1-10, where 1 = very light and 10 = maximum effort).</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/ConceptMap/AtPrenudgeCodeUnitMap"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/prenudge/appdata/r4/ConceptMap/AtPrenudgeCodeUnitMap>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "AT PreNUDGE Code-to-Unit Mapping"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-28T10:55:10+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The PreNUDGE Consortium"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "The PreNUDGE Consortium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://prenudge.at" ]
     ] )
  ] [
     fhir:name [ fhir:v "The PreNUDGE Consortium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://prenudge.at" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Maps observation codes to their expected UCUM units for the 'Other Quantities' observation profile."] ; # 
  fhir:source [
     a fhir:Uri ;
     fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-other-observations-codes"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-other-observations-codes>
  ] ; # 
  fhir:target [
     a fhir:Uri ;
     fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-other-observations-units"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-other-observations-units>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
       fhir:l <http://snomed.info/sct>
     ] ;
     fhir:target [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "82832008" ] ;
       fhir:display [ fhir:v "General body state finding (finding)" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "{finding}" ] ;
         fhir:display [ fhir:v "finding" ] ;
         fhir:equivalence [ fhir:v "equivalent" ] ;
         fhir:comment [ fhir:v "Subjective well-being rating on a numeric scale (e.g., 1-10)." ]
       ] )
     ] )
  ] [
     fhir:source [
       fhir:v "http://loinc.org"^^xsd:anyURI ;
       fhir:l <http://loinc.org>
     ] ;
     fhir:target [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "66266-8" ] ;
       fhir:display [ fhir:v "Time doing this activity" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "min" ] ;
         fhir:display [ fhir:v "minute" ] ;
         fhir:equivalence [ fhir:v "equivalent" ] ;
         fhir:comment [ fhir:v "Duration of the activity in minutes." ]
       ] )
     ] [
       fhir:code [ fhir:v "66270-0" ] ;
       fhir:display [ fhir:v "Activity intensity" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "{intensity}" ] ;
         fhir:display [ fhir:v "intensity" ] ;
         fhir:equivalence [ fhir:v "equivalent" ] ;
         fhir:comment [ fhir:v "Subjective intensity rating on a numeric scale (e.g., 1-10, where 1 = very light and 10 = maximum effort)." ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

