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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeValueSet
IdVS_birthsex.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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