-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add brith sex, pronouns and gender identity
- Loading branch information
1 parent
ab018d3
commit fc1689a
Showing
13 changed files
with
719 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"resourceType": "ValueSet", | ||
"status": "active", | ||
"name": "BiologicalSex", | ||
"id": "biological-sex-1", | ||
"title": "Biological Sex", | ||
"description": "The Biological Sex value set includes values that represent the biological sex of an individual.", | ||
"url": "https://healthterminologies.gov.au/fhir/ValueSet/biological-sex-1", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org/fhir/StructureDefinition/shareablevalueset", | ||
"https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4" | ||
] | ||
}, | ||
"identifier": [ | ||
{ | ||
"system": "urn:ietf:rfc:3986", | ||
"value": "urn:oid:1.2.36.1.2001.1004.201.10198" | ||
} | ||
], | ||
"version": "1.0.0", | ||
"experimental": false, | ||
"date": "2020-12-31", | ||
"publisher": "Australian Digital Health Agency", | ||
"contact": [ | ||
{ | ||
"telecom": [ | ||
{ | ||
"system": "email", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
], | ||
"copyright": "Copyright © 2020 Australian Digital Health Agency - All rights reserved. Except for the material identified below, this content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/. \n\nThis resource includes SNOMED Clinical Terms™ (SNOMED CT®) which is used by permission of the International Health Terminology Standards Development Organisation (IHTSDO). All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. “SNOMED” and “SNOMED CT” are registered trademarks of the IHTSDO. \n\nThe rights to use and implement or implementation of SNOMED CT content are limited to the extent it is necessary to allow for the end use of this material. No further rights are granted in respect of the International Release and no further use of any SNOMED CT content by any other party is permitted. \n\nAll copies of this resource must include this copyright statement and all information contained in this statement.", | ||
"expansion": { | ||
"identifier": "urn:uuid:e9cff1c2-8743-48cb-9bde-8f4af914544b", | ||
"timestamp": "2023-08-30T10:41:59+10:00", | ||
"total": 4, | ||
"parameter": [ | ||
{ | ||
"name": "version", | ||
"valueUri": "http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20230831" | ||
}, | ||
{ | ||
"name": "used-codesystem", | ||
"valueUri": "http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20230831" | ||
} | ||
], | ||
"contains": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "248152002", | ||
"display": "Female" | ||
}, | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "32570681000036106", | ||
"display": "Indeterminate sex" | ||
}, | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "32570691000036108", | ||
"display": "Intersex" | ||
}, | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "248153007", | ||
"display": "Male" | ||
} | ||
] | ||
}, | ||
"compose": { | ||
"include": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"filter": [ | ||
{ | ||
"property": "constraint", | ||
"op": "=", | ||
"value": "^ 32570631000036107|Sex reference set|" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.