Clinical Study Schedule of Activities
1.0.0 - trial-use International flag

Clinical Study Schedule of Activities, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/Vulcan-schedule-ig/ and changes regularly. See the Directory of published versions

: Vital Signs/Temperature - TTL Representation

Active as of 2023-04-18

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "H2Q-MC-LZZT-Vital-Signs-Temperature"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vulcan-schedule/StructureDefinition/StudyActivitySoa"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vulcan-schedule/StructureDefinition/StudyActivitySoa>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"H2Q-MC-LZZT-Vital-Signs-Temperature\"> </a></p><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\">Resource ActivityDefinition &quot;H2Q-MC-LZZT-Vital-Signs-Temperature&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StudyActivitySoa.html\">StudyActivitySoa</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/vulcan-schedule/ActivityDefinition/H2Q-MC-LZZT-Vital-Signs-Temperature</code></p><p><b>identifier</b>: id: VitalSigns-Temperature-Measurement (use: USUAL)</p><p><b>version</b>: 1.0.0</p><p><b>title</b>: Vital Signs - Temperature</p><p><b>status</b>: active</p><p><b>date</b>: 2023-04-18 16:21:40+0000</p><p><b>publisher</b>: HL7 International - Biomedical Research &amp; Regulation Work Group</p><p><b>contact</b>: HL7 International - Biomedical Research &amp; Regulation Work Group: <a href=\"http://hl7.org/Special/committees/rcrim\">http://hl7.org/Special/committees/rcrim</a></p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Temperature taking (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#56342008)</span></p><p><b>intent</b>: order</p><p><b>bodySite</b>: Oral cavity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#74262004; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#34402009 &quot;Rectum&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#91470000 &quot;Axilla&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#42859004 &quot;Tympanic membrane structure&quot;)</span></p></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vulcan-schedule/ActivityDefinition/H2Q-MC-LZZT-Vital-Signs-Temperature"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:value [ fhir:v "VitalSigns-Temperature-Measurement" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:title [ fhir:v "Vital Signs - Temperature"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-04-18T16:21:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/rcrim" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "ServiceRequest"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:56342008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "56342008" ] ;
fhir:display [ fhir:v "Temperature taking (procedure)" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:74262004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74262004" ] ;
fhir:display [ fhir:v "Oral cavity" ]     ] [
a sct:34402009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34402009" ] ;
fhir:display [ fhir:v "Rectum" ]     ] [
a sct:91470000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91470000" ] ;
fhir:display [ fhir:v "Axilla" ]     ] [
a sct:42859004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42859004" ] ;
fhir:display [ fhir:v "Tympanic membrane structure" ]     ] )
  ] ) . #