This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v1.0.0-ballot: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: valueset-AAS - TTL Representation
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 -------------------------------------------------------------------
a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "valueset-AAS"]; #
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>Import all the codes that are contained in <a href=\"ValueSet-valueset-eplerenone.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-eplerenone</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-spironolactone.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-spironolactone</a></li></ul></div>"
]; #
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-AAS"]; #
fhir:ValueSet.version [ fhir:value "1.0.0-ballot"]; #
fhir:ValueSet.name [ fhir:value "Valueset_AAS"]; #
fhir:ValueSet.title [ fhir:value "Aldosterone Antagonists Drug Value Set"]; #
fhir:ValueSet.status [ fhir:value "draft"]; #
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; #
fhir:ValueSet.date [ fhir:value "2018-07-02"^^xsd:date]; #
fhir:ValueSet.publisher [ fhir:value "HL7 Clinical Decision Support Workgroup"]; #
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/dss" ] ]
]; #
fhir:ValueSet.description [ fhir:value "ValueSet of ValueSets containing drug identifiers for each member in the Established Pharmacologic Class (EPC) Aldosterone Antagonist drug class (id: N0000175557). Member by RxNorm: getRelatedByType (BN,BPCK,GPCK,IN,MIN,PIN,SBD,SBDC,SBDF,SBDG,SCD,SCDC,SCDF,SCDG)"]; #
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.purpose [ fhir:value "Provide Aldosterone Antagonist drug class terminology for PDDI CDS FHIR resources"]; #
fhir:ValueSet.copyright [ fhir:value "(copyright expectations unknown)"]; #
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-eplerenone";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-eplerenone> ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-spironolactone";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-spironolactone> ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.