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 Birth Sex 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-birth-sex"];
  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-birth-sex 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\">A<a name=\"pcornet-birth-sex-A\"> </a></td><td>Ambiguous</td><td>Birth Sex is ambiguous.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"pcornet-birth-sex-F\"> </a></td><td>Female</td><td>Birth Sex is female</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"pcornet-birth-sex-M\"> </a></td><td>Male</td><td>Birth Sex is male</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-birth-sex-NI\"> </a></td><td>No Information</td><td>There is no information about Person's Birth Sex.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-birth-sex-UN\"> </a></td><td>Unknown</td><td>Person's Birth Sex is unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-birth-sex-OT\"> </a></td><td>Other</td><td>Birth Sex is Other.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-birth-sex"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "PCORNetBirthSex"];
  fhir:CodeSystem.title [ fhir:value "PCORNet Birth Sex 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 Birth Sex 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.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "A" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ambiguous" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Birth Sex is ambiguous." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "F" ];
     fhir:CodeSystem.concept.display [ fhir:value "Female" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Birth Sex is female" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "M" ];
     fhir:CodeSystem.concept.display [ fhir:value "Male" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Birth Sex is male" ]
  ], [
     fhir:index 3;
     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 Person's Birth Sex." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "UN" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person's Birth Sex is unknown." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "OT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Birth Sex is Other." ]
  ].

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

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