FHIR IG analytics| Package | gender |
| Resource Type | CodeSystem |
| Id | CodeSystem-Pronouns.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/frankoemig/gender/CodeSystem-Pronouns.html |
| URL | http://gender.oemig.de/fhir/CodeSystem/Pronouns |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-04-16 |
| Name | PronounsCS |
| Title | Pronouns |
| Description | Pronouns |
| Copyright | FO |
| Content | complete |
| ValueSet | ||
| gender#current | Pronouns | Pronouns |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem Pronouns
This case-insensitive code system http://gender.oemig.de/fhir/CodeSystem/Pronouns defines the following codes in a Is-A hierarchy:
| Code | Display |
| he | he/him |
| she | she/her |
{
"resourceType": "CodeSystem",
"id": "Pronouns",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://gender.oemig.de/fhir/CodeSystem/Pronouns",
"version": "0.1.0",
"name": "PronounsCS",
"title": "Pronouns",
"status": "active",
"experimental": false,
"date": "2024-04-16",
"publisher": "FO",
"contact": [
{
"name": "FO",
"telecom": [
{
"system": "url",
"value": "http://www.oemig.de"
}
]
}
],
"description": "Pronouns",
"copyright": "FO",
"caseSensitive": false,
"valueSet": "http://gender.oemig.de/fhir/ValueSet/Pronouns",
"hierarchyMeaning": "is-a",
"compositional": false,
"versionNeeded": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "he",
"display": "he/him"
},
{
"code": "she",
"display": "she/her"
}
]
}