@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "gender-identity"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
Placeholder
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/gender-identity"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3291" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "GenderIdentity"] ; # fhir:title [ fhir:v "Gender Identity"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "FHIR Project team"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] ) ] ) ; # fhir:description [ fhir:v "Codes that indicate a individual's gender identity. This value set is a minimum set of commonly used values. It is expected and encouraged that specific jurisdictions or communities will use additional gender identity concepts that are relevant within their community."] ; # fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "446141000124107" ] ; fhir:display [ fhir:v "Female gender identity" ] ] [ fhir:code [ fhir:v "446151000124109" ] ; fhir:display [ fhir:v "Male gender identity" ] ] [ fhir:code [ fhir:v "33791000087105" ] ; fhir:display [ fhir:v "Non-binary gender identity" ] ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "asked-declined" ] ; fhir:display [ fhir:v "Asked But Declined" ] ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "UNK" ] ; fhir:display [ fhir:v "Unknown" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------