Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS
0.1.0 - CI Build Brazil flag

Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Tipo de Aleitamento Materno - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BRTipoAleitamentoMaterno",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-09-20T22:50:41.993+00:00"
  },
  "language" : "pt-BR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p>This case-sensitive code system <code>http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoAleitamentoMaterno</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">exclusivo<a name=\"BRTipoAleitamentoMaterno-exclusivo\"> </a></td><td>Exclusivo</td></tr><tr><td style=\"white-space:nowrap\">predominante<a name=\"BRTipoAleitamentoMaterno-predominante\"> </a></td><td>Predominante</td></tr><tr><td style=\"white-space:nowrap\">complementado<a name=\"BRTipoAleitamentoMaterno-complementado\"> </a></td><td>Complementado</td></tr><tr><td style=\"white-space:nowrap\">inexistente<a name=\"BRTipoAleitamentoMaterno-inexistente\"> </a></td><td>Inexistente</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://www.saude.gov.br/fhir/r4/ImplementationGuide/br.gov.saude.rnds.rac"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://www.saude.gov.br/fhir/r4/ImplementationGuide/br.gov.saude.rnds.rac"
          }
        ]
      }
    }
  ],
  "url" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoAleitamentoMaterno",
  "version" : "0.1.0",
  "name" : "BRTipoAleitamentoMaterno",
  "title" : "Tipo de Aleitamento Materno",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-09-20T22:50:40.2386423+00:00",
  "publisher" : "Ministério da Saúde do Brasil",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.saude.gov.br"
        }
      ]
    }
  ],
  "description" : "Classifica o tipo de aleitamento materno realizado a uma criança.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "exclusivo",
      "display" : "Exclusivo"
    },
    {
      "code" : "predominante",
      "display" : "Predominante"
    },
    {
      "code" : "complementado",
      "display" : "Complementado"
    },
    {
      "code" : "inexistente",
      "display" : "Inexistente"
    }
  ]
}