RESTful ATNA
1.0.0-comment - ci-build International flag

RESTful ATNA, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-comment built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.RESTfulATNA/ and changes regularly. See the Directory of published versions

: The positions during laughing - TTL Representation

Draft as of 2026-08-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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ihe-ToDo-laughing-positions> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ihe-ToDo-laughing-positions"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ihe-ToDo-laughing-positions</b></p><a name=\"ihe-ToDo-laughing-positions\"> </a><a name=\"hcihe-ToDo-laughing-positions\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/93013-1/\">93013-1</a></td><td>Sitting ability</td></tr><tr><td><a href=\"https://loinc.org/60730-9/\">60730-9</a></td><td>Standing</td></tr><tr><td><a href=\"https://loinc.org/85927-2/\">85927-2</a></td><td>Lying to sitting on side of bed - functional goal</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://profiles.ihe.net/ITI/RESTfulATNA/ValueSet/ihe-ToDo-laughing-positions"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0-comment"] ;
  fhir:ValueSet.name [ fhir:value "IheToDoLaughing"] ;
  fhir:ValueSet.title [ fhir:value "The positions during laughing"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-19T17:49:37+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "IHE IT Infrastructure Technical Committee"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/it_infrastructure/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE IT Infrastructure Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "These are the body positions that IHE ToDo laughing. The valueset is not a good one as it is being used in BodySite but it is not the site on the body but the position of the body... but this is just for fun."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "93013-1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Sitting ability" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "60730-9" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Standing" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "85927-2" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Lying to sitting on side of bed - functional goal" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ihe-ToDo-laughing-positions.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/ihe-ToDo-laughing-positions.ttl> .