FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/birthsex

Packageacme.base.r4
Resource TypeValueSet
Idbirthsex
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=acme.base.r4@4.1.7&canonical=https://fake-acme.org/fhir/ValueSet/birthsex
URLhttps://fake-acme.org/fhir/ValueSet/birthsex
Version3.1.1
Statusactive
Date2022-06-23T13:51:57.6150325+00:00
NameBirthSex
TitleBirth Sex
Realmus
DescriptionCodes for assigning sex at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc)

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-AdministrativeGenderAdministrativeGender
v3-NullFlavorNullFlavor

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "birthsex",
  "url": "https://fake-acme.org/fhir/ValueSet/birthsex",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113762.1.4.1021.24"
    }
  ],
  "version": "3.1.1",
  "name": "BirthSex",
  "title": "Birth Sex",
  "status": "active",
  "date": "2022-06-23T13:51:57.6150325+00:00",
  "publisher": "ACME Corp",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Codes for assigning sex at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:45875867-e584-45f2-940e-3060b0379906",
    "timestamp": "2022-09-01T09:19:15.4378296+02:00",
    "total": 3,
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
        "code": "F",
        "display": "Female"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
        "code": "M",
        "display": "Male"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK",
        "display": "Unknown"
      }
    ]
  }
}