FHIR Implementation Guide for Stroke
0.0.0 - ballot

FHIR Implementation Guide for Stroke - Local Development build (v0.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Gender Identity - TTL Representation

Active as of 2024-01-11

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:id [ fhir:v "GenderIdentityVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA22878-5/\">LA22878-5</a></td><td>Identifies as male</td></tr><tr><td><a href=\"https://loinc.org/LA22879-3/\">LA22879-3</a></td><td>Identifies as female</td></tr><tr><td><a href=\"https://loinc.org/LA22880-1/\">LA22880-1</a></td><td>Female-to-male transsexual</td></tr><tr><td><a href=\"https://loinc.org/LA22881-9/\">LA22881-9</a></td><td>Male-to-female transsexual</td></tr><tr><td><a href=\"https://loinc.org/LA22882-7/\">LA22882-7</a></td><td>Identifies as non-conforming</td></tr><tr><td><a href=\"https://loinc.org/LA46-8/\">LA46-8</a></td><td>Other</td></tr><tr><td><a href=\"https://loinc.org/LA20384-6/\">LA20384-6</a></td><td>Asked but unknown</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/ValueSet/GenderIdentityVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.0"] ; # 
  fhir:name [ fhir:v "GenderIdentityVS"] ; # 
  fhir:title [ fhir:v "Gender Identity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T13:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Gabrielle dos Santos Leandro"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gabriellesantosleandro.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle.santos.leandro@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle@m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet for Gender Identity based on LOINC."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA22878-5" ] ;
fhir:display [ fhir:v "Identifies as male" ]       ] [
fhir:code [ fhir:v "LA22879-3" ] ;
fhir:display [ fhir:v "Identifies as female" ]       ] [
fhir:code [ fhir:v "LA22880-1" ] ;
fhir:display [ fhir:v "Female-to-male transsexual" ]       ] [
fhir:code [ fhir:v "LA22881-9" ] ;
fhir:display [ fhir:v "Male-to-female transsexual" ]       ] [
fhir:code [ fhir:v "LA22882-7" ] ;
fhir:display [ fhir:v "Identifies as non-conforming" ]       ] [
fhir:code [ fhir:v "LA46-8" ] ;
fhir:display [ fhir:v "Other" ]       ] [
fhir:code [ fhir:v "LA20384-6" ] ;
fhir:display [ fhir:v "Asked but unknown" ]       ] )     ] )
  ] . #