This page is part of the Structured Data Capture FHIR IG (v1.6: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

This is a pre-release of a future version of SDC (expected to be STU 2). The current version is STU 2.
For a full list of available versions, see the Directory of published versions .

AHRQ Medication Q1 - ttl

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

<ValueSet/sdc-profile-example> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "sdc-profile-example"];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sdc/ValueSet/sdc-profile-example"];
  fhir:ValueSet.name [ fhir:value "AHRQ Medication Q1"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2014"^^xsd:gYear];
  fhir:ValueSet.description [ fhir:value "The answer list for question 1 on the AHRQ 'Medication or Other Substance' form"];
  fhir:ValueSet.copyright [ fhir:value "This material contains content from LOINC® (>a href=\"http://loinc.org\"<http://loinc.org>/a<). The LOINC table, LOINC codes, and LOINC panels and forms file are copyright © 1995-2014, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and available at no cost under the license at http://loinc.org/terms-of-use"];
  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 "LA20271-5" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Medications" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20335-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Biological products" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20336-6" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Nutritional products" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20337-4" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Expressed human breast milk" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20338-2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Medical gases (e.g., oxygen, nitrogen, nitrous oxide)" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20339-0" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Contrast media" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20340-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Radiopharmaceuticals" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20341-6" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Patient food (not suspected in drug-food interactions" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20342-4" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Drug-drug, drug-food, or adverse drug reaction as a result of a prescription and/or administration                  of a drug and/or food frior to admission" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LA20343-2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Other substance: PLEASE SPECIFY" ]       ]     ]
  ].