This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-respiratoryRateMeasDeviceVS
Raw ttl
@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:Resource.id [ fhir:value "respiratoryRateMeasDeviceVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=717730001\">717730001</a></td><td>Impedance pneumography recording/analysis system (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=334990001\">334990001</a></td><td>Peak flow meter (physical object)</td><td/></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-SolorTemporaryCodeSystem.html\"><code>http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem</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=\"CodeSystem-SolorTemporaryCodeSystem.html#SolorTemporaryCodeSystem-23921000205109\">23921000205109</a></td><td>Respiration strain gauge (physical object)</td><td>A device wrapped around a subject chest that measures the number of times a subject's chest expands with each inhalation. This counts the breaths per minute.</td></tr><tr><td><a href=\"CodeSystem-SolorTemporaryCodeSystem.html#SolorTemporaryCodeSystem-23861000205107\">23861000205107</a></td><td>Capnograph sensor device (physical object)</td><td>A device that captures expelled air, either via nasal prongs or CPAP and is used to measure the number of breaths taken per minute.</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vitals/ValueSet/respiratoryRateMeasDeviceVS"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "RespiratoryRateMeasurementDevicevalueset"]; fhir:ValueSet.title [ fhir:value "Respiratory Rate Measurement Device value set"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2019-05-29"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HSPC"]; fhir:ValueSet.description [ fhir:value "SELECT SNOMED CT code system values."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.copyright [ fhir:value "TBD"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "717730001" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Impedance pneumography recording/analysis system (physical object)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "334990001" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Peak flow meter (physical object)" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "23921000205109" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Respiration strain gauge (physical object)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "23861000205107" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Capnograph sensor device (physical object)" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.