FHIR IG analytics| Package | uk.nhsengland.hrc.test |
| Resource Type | ValueSet |
| Id | birthsex-mf-only.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsengland.hrc.test@0.0.1-pre.1&canonical=https://example.nhs.uk/fhir/ValueSet/birthsex-mf-only |
| URL | https://example.nhs.uk/fhir/ValueSet/birthsex-mf-only |
| Version | 1.0.0 |
| Status | active |
| Name | BirthSexMFOnly |
| Description | Restricted birth sex ValueSet allowing only Male and Female |
No resources found
| CodeSystem | ||
| hl7.terminology#current | v3-AdministrativeGender | AdministrativeGender |
No narrative content found in resource
{
"resourceType": "ValueSet",
"url": "https://example.nhs.uk/fhir/ValueSet/birthsex-mf-only",
"version": "1.0.0",
"name": "BirthSexMFOnly",
"status": "active",
"publisher": "NHS England",
"description": "Restricted birth sex ValueSet allowing only Male and Female",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"concept": [
{
"code": "M",
"display": "Male"
},
{
"code": "F",
"display": "Female"
}
]
}
]
}
}