FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsengland.hrc.test
Resource TypeValueSet
Idbirthsex-mf-only.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsengland.hrc.test@0.0.1-pre.1&canonical=https://example.nhs.uk/fhir/ValueSet/birthsex-mf-only
URLhttps://example.nhs.uk/fhir/ValueSet/birthsex-mf-only
Version1.0.0
Statusactive
NameBirthSexMFOnly
DescriptionRestricted birth sex ValueSet allowing only Male and Female

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-AdministrativeGenderAdministrativeGender

Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}