Biological sex


PARAMETER CASE REPORT FORM RESPONSE OPTIONS
Sex assigned at birth Male / Female / Not answered / Diverse / Unknown

Observation to capture the biological sex assigned at birth of a patient.


Profile - Observation Sex assigned at Birth

Snapshot

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ1..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ1..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
subjectS Σ I1..1Reference(Patient | Group)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectiveDateTimedateTime
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
issuedΣ0..1instant
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uri
versionΣ0..1string
codeΣ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..0CodeableConcept
method0..1CodeableConcept
specimenI0..0Reference(Specimen)
deviceI0..1Reference(Device | DeviceMetric)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)


ValueSets

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/birth-sex

The BirthSex valueset uses codes from the FHIR core specification and the German FHIR core profiles.

ValueSet 'BirthSex'

Version1.0
Published byCharité
StatusActive
ExperimentalFalse

Sex at birth

This value set includes codes from the following code systems:


Examples

Male

{
    "resourceType": "Observation",
    "id": "d3f16c6f-e67d-4a77-8873-d4ab024e9257",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history",
                    "display": "Social History"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "76689-9",
                "display": "Sex assigned at birth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-26T10:51:48+01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "male",
                "display": "Male"
            }
        ],
        "text": "Male"
    }
}


Female

{
    "resourceType": "Observation",
    "id": "a9d2f75a-7782-4d55-8284-0dcfbf21b8e7",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history",
                    "display": "Social History"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "76689-9",
                "display": "Sex assigned at birth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-26T10:51:48+01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "female",
                "display": "Female"
            }
        ],
        "text": "Female"
    }
}


Not answered

{
    "resourceType": "Observation",
    "id": "f86dc9e5-3172-49bb-92da-43be43d83653",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history",
                    "display": "Social History"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "76689-9",
                "display": "Sex assigned at birth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-26T10:51:48+01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
                "code": "X",
                "display": "unbestimmt"
            }
        ],
        "text": "Unspecified"
    }
}


Diverse

{
    "resourceType": "Observation",
    "id": "9acb73f3-9a2c-4d40-b52c-831c8cc46be1",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history",
                    "display": "Social History"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "76689-9",
                "display": "Sex assigned at birth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-26T10:51:48+01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
                "code": "D",
                "display": "divers"
            }
        ],
        "text": "Diverse"
    }
}


Unknown

{
    "resourceType": "Observation",
    "id": "c3b5e9f0-b9ba-4a82-9785-801c535feaca",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sex-assigned-at-birth"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history",
                    "display": "Social History"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "76689-9",
                "display": "Sex assigned at birth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-26T10:51:48+01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "unknown",
                "display": "Unknown"
            }
        ],
        "text": "Unknown"
    }
}