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

FHIR IG Statistics: ValueSet/d50deb66-f886-4702-9c21-2ca1bf4496eb

PackageBRCore-01.00.00
Resource TypeValueSet
Idd50deb66-f886-4702-9c21-2ca1bf4496eb
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=BRCore-01.00.00@1.0.0&canonical=http://www.saude.gov.br/fhir/r4/ValueSet/BRSexo-1.0
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRSexo-1.0
Version1.0
Statusactive
Date2020-04-07T21:07:00.8812267+00:00
NameSexo
DescriptionSexo de um indivíduo.

Resources that use this resource

StructureDefinition
BRIndividuo-1.0Indivíduo
BRProfissional-1.0Profissional
BRIndividuoNaoIdentificado-1.0Informações Complementares de Indivíduos Não Identificados

Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "d50deb66-f886-4702-9c21-2ca1bf4496eb",
  "meta": {
    "lastUpdated": "2020-04-07T21:07:03.610+00:00"
  },
  "language": "pt-BR",
  "url": "http://www.saude.gov.br/fhir/r4/ValueSet/BRSexo-1.0",
  "version": "1.0",
  "name": "Sexo",
  "status": "active",
  "experimental": false,
  "date": "2020-04-07T21:07:00.8812267+00:00",
  "publisher": "Ministério da Saúde do Brasil",
  "description": "Sexo de um indivíduo.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "version": "*",
        "concept": [
          {
            "code": "male",
            "display": "Masculino"
          },
          {
            "code": "female",
            "display": "Feminino"
          },
          {
            "code": "unknown",
            "display": "Ignorado"
          }
        ]
      }
    ]
  }
}