Guia de Implementação da RNDS
1.0.0 - CI Build 076

Guia de Implementação da RNDS - Local Development build (v1.0.0). See the Directory of published versions

: BRParentesco - JSON Representation

Página de status do padrão: Informative Nível de maturidade: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BRParentesco",
  "meta" : {
    "lastUpdated" : "2020-03-11T18:19:46.601+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 code system <code>https://rnds-fhir.saude.gov.br/CodeSystem/BRParentesco</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\">mother<a name=\"BRParentesco-mother\"> </a></td><td>Mãe</td></tr><tr><td style=\"white-space:nowrap\">father<a name=\"BRParentesco-father\"> </a></td><td>Pai</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" : "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds"
          }
        ]
      }
    }
  ],
  "url" : "https://rnds-fhir.saude.gov.br/CodeSystem/BRParentesco",
  "version" : "1.0.0",
  "name" : "Parentesco",
  "title" : "Parentesco",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-03-11T18:20:06.3399184+00:00",
  "publisher" : "Ministério da Saúde do Brasil",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://saude.gov.br"
        }
      ]
    }
  ],
  "description" : "Classificação da relação familiar entre indivíduos.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "076"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "grouped-by",
  "content" : "complete",
  "concept" : [
    {
      "code" : "mother",
      "display" : "Mãe"
    },
    {
      "code" : "father",
      "display" : "Pai"
    }
  ]
}