@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "sex-parameter-for-clinical-use"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
usage-notehttp://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use/property/usage-notestringUsage notes for the concept.

Concepts

This code system http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use defines the following codes:

CodeDisplayDefinition
female-typical Apply female-typical setting or reference rangeAvailable data indicates that diagnostics, analytics, and treatments should consider best practices associated with female reference populations.
male-typical Apply male-typical setting or reference rangeAvailable data indicates that diagnostics, analytics, and treatments should consider best practices associated with male reference populations.
specified Apply specified setting or reference rangeAvailable data indicates that diagnostics, analytics, and treatment best practices may be undefined or not aligned with sex-derived reference populations. Additional information may be available in the form of comments and/or observations.
" ] ; # 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://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use"^^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.4.2038" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "SexParameterForClinicalUseCS"] ; # fhir:title [ fhir:v "Sex Parameter For Clinical Use"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-07-17T22:16:15-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 "A summary parameter that provides guidance on how a receiver should apply settings or reference ranges that are derived from observable information such as an organ inventory, recent hormone lab tests, genetic testing, menstrual status, obstetric history, etc.."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:property ( [ fhir:code [ fhir:v "usage-note" ] ; fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use/property/usage-note"^^xsd:anyURI ] ; fhir:description [ fhir:v "Usage notes for the concept." ] ; fhir:type [ fhir:v "string" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "female-typical" ] ; fhir:display [ fhir:v "Apply female-typical setting or reference range" ] ; fhir:definition [ fhir:v "Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with female reference populations." ] ] [ fhir:code [ fhir:v "male-typical" ] ; fhir:display [ fhir:v "Apply male-typical setting or reference range" ] ; fhir:definition [ fhir:v "Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with male reference populations." ] ] [ fhir:code [ fhir:v "specified" ] ; fhir:display [ fhir:v "Apply specified setting or reference range" ] ; fhir:definition [ fhir:v "Available data indicates that diagnostics, analytics, and treatment best practices may be undefined or not aligned with sex-derived reference populations. Additional information may be available in the form of comments and/or observations." ] ; fhir:property ( [ fhir:code [ fhir:v "usage-note" ] ; fhir:value [ fhir:v "Individuals or systems providing care should either use default behavior that is safe for both male and female populations, individually review treatment options with the patient, or carefully inspect comments and relevant observations before proceeding with treatment. Systems that are unable to review additional information may manage a SPECIFIED and an UNKNOWN value in the same way." ] ] ) ] ) . # # -------------------------------------------------------------------------------------