Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

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-clothingWornDuringMeasureVS

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 "clothingWornDuringMeasureVS"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ]
  ];
  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&amp;conceptId1=248160001\">248160001</a></td><td>Undressed (finding)</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-961000205106\">961000205106</a></td><td>Wearing street clothes, no shoes (finding)</td><td>The subject is wearing clothing but not shoes.</td></tr><tr><td><a href=\"CodeSystem-SolorTemporaryCodeSystem.html#SolorTemporaryCodeSystem-971000205103\">971000205103</a></td><td>Wearing street clothes with shoes (finding)</td><td>The subject is wearing clothing and shoes.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vitals/ValueSet/clothingWornDuringMeasureVS"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "ClothingWornDuringMeasurevalueset"];
  fhir:ValueSet.title [ fhir:value "Clothing Worn During Measure value set"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2019-09-26"^^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 "248160001" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Undressed (finding)" ]       ]     ], [
       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 "961000205106" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Wearing street clothes, no shoes (finding)" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "971000205103" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Wearing street clothes with shoes (finding)" ]       ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.