FHIR IG analytics| Package | ca.healthpei.io.core |
| Resource Type | ValueSet |
| Id | VS_birthsex.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "birthsex",
"url": "http://hl7.org/fhir/ca/baseline/ValueSet/birthsex",
"name": "BirthSex",
"title": "Birth Sex",
"status": "draft",
"experimental": false,
"date": "2019-03-08",
"publisher": "HL7 Canada - FHIR Implementation Work Group",
"description": "Codes for documenting sex at birth. (Replicates the birthsex ValueSet in US-Core-R4 for interoperability.)",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"concept": [
{
"code": "F",
"display": "Female"
},
{
"code": "M",
"display": "Male"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"concept": [
{
"code": "UNK",
"display": "Unknown"
}
]
}
]
}
}