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

FHIR IG analytics

Packagebr.go.ses.reds-go
Resource TypeCodeSystem
IdCodeSystem-BRCondicaoMaternal.json
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/reds-go/CodeSystem-BRCondicaoMaternal.html
URLhttp://www.saude.gov.br/fhir/r4/CodeSystem/BRCondicaoMaternal
Version1.0.3
Statusactive
Date2021-08-19T14:10:22.301430+00:00
NameBRCondicaoMaternal
TitleCondição Maternal
Realmbr
DescriptionIndicação da condição maternal da pessoa vacinada.
Contentcomplete

Resources that use this resource

ValueSet
BRCondicaoMaternal-1.0Condição Maternal

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: CodeSystem BRCondicaoMaternal

Língua: pt-BR

Este case-sensitive sistema de código http://www.saude.gov.br/fhir/r4/CodeSystem/BRCondicaoMaternal define o seguinte códigos:

CódigoEcrã
1 Não se aplica
2 Gestante
3 Puérpera

Source1

{
  "resourceType": "CodeSystem",
  "id": "BRCondicaoMaternal",
  "language": "pt-BR",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCondicaoMaternal",
  "version": "1.0.3",
  "name": "BRCondicaoMaternal",
  "title": "Condição Maternal",
  "status": "active",
  "experimental": false,
  "date": "2021-08-19T14:10:22.301430+00:00",
  "publisher": "SES-GO",
  "contact": [
    {
      "name": "SES-GO",
      "telecom": [
        {
          "system": "url",
          "value": "https://fhir.saude.go.gov.br"
        },
        {
          "system": "email",
          "value": "ti-ses.saude@goias.gov.br"
        }
      ]
    }
  ],
  "description": "Indicação da condição maternal da pessoa vacinada.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BR"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Não se aplica"
    },
    {
      "code": "2",
      "display": "Gestante"
    },
    {
      "code": "3",
      "display": "Puérpera"
    }
  ]
}