Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and 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/cdmh/ and changes regularly. See the Directory of published versions

: PCORNet Sexual Orientation Codes - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pcornet-sexual-orientation"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-sexual-orientation defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">AS<a name=\"pcornet-sexual-orientation-AS\"> </a></td><td>Asexual</td><td>Person has an Asexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">BI<a name=\"pcornet-sexual-orientation-BI\"> </a></td><td>Bisexual</td><td>Person has a Bisexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">GA<a name=\"pcornet-sexual-orientation-GA\"> </a></td><td>Gay</td><td>Person has a Gay sexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">LE<a name=\"pcornet-sexual-orientation-LE\"> </a></td><td>Lesbian</td><td>Person has a Lesbian sexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">QU<a name=\"pcornet-sexual-orientation-QU\"> </a></td><td>Queer</td><td>Person has a Queer sexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">QS<a name=\"pcornet-sexual-orientation-QS\"> </a></td><td>Questioning</td><td>Person has a sexual orientation of Questioning.</td></tr><tr><td style=\"white-space:nowrap\">ST<a name=\"pcornet-sexual-orientation-ST\"> </a></td><td>Straight</td><td>Person has a Straight sexual orientation.</td></tr><tr><td style=\"white-space:nowrap\">SE<a name=\"pcornet-sexual-orientation-SE\"> </a></td><td>Something Else</td><td>Person has sexual orientation of Something Else.</td></tr><tr><td style=\"white-space:nowrap\">MU<a name=\"pcornet-sexual-orientation-MU\"> </a></td><td>Multiple Sexual Orientations</td><td>Person has Multiple sexual orientations.</td></tr><tr><td style=\"white-space:nowrap\">DC<a name=\"pcornet-sexual-orientation-DC\"> </a></td><td>Decline to Answer</td><td>Person has declined to answer about their sexual orientataion.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-sexual-orientation-NI\"> </a></td><td>No Information</td><td>There is no information about the Persons sexual orientation</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-sexual-orientation-UN\"> </a></td><td>Unknown</td><td>Persons sexual orientation is unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-sexual-orientation-OT\"> </a></td><td>Other</td><td>Persons sexual orientation is Other.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-sexual-orientation"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "PCORNetSexualOrientation"];
  fhir:CodeSystem.title [ fhir:value "PCORNet Sexual Orientation Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-09-06"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
  fhir:CodeSystem.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/rcrim" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The PCORNet Sexual Orientation Codes contains the codes to be used by PCORNet data marts."];
  fhir:CodeSystem.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:CodeSystem.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-sexual-orientation";
     fhir:link <http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-sexual-orientation>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "AS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Asexual" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has an Asexual orientation." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "BI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bisexual" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a Bisexual orientation." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "GA" ];
     fhir:CodeSystem.concept.display [ fhir:value "Gay" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a Gay sexual orientation." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "LE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Lesbian" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a Lesbian sexual orientation." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "QU" ];
     fhir:CodeSystem.concept.display [ fhir:value "Queer" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a Queer sexual orientation." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "QS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Questioning" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a sexual orientation of Questioning." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "ST" ];
     fhir:CodeSystem.concept.display [ fhir:value "Straight" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has a Straight sexual orientation." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "SE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Something Else" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has sexual orientation of Something Else." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "MU" ];
     fhir:CodeSystem.concept.display [ fhir:value "Multiple Sexual Orientations" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has Multiple sexual orientations." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "DC" ];
     fhir:CodeSystem.concept.display [ fhir:value "Decline to Answer" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person has declined to answer about their sexual orientataion." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "NI" ];
     fhir:CodeSystem.concept.display [ fhir:value "No Information" ];
     fhir:CodeSystem.concept.definition [ fhir:value "There is no information about the Persons sexual orientation" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "UN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Persons sexual orientation is unknown." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "OT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Persons sexual orientation is Other." ]
  ].

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

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