Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RelacaoContato - JSON Representation

Active as of 2024-09-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "relacao-contato",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet relacao-contato</b></p><a name=\"relacao-contato\"> </a><a name=\"hcrelacao-contato\"> </a><a name=\"relacao-contato-pt-BR\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0131.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0131</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0131.html#v2-0131-EP\">EP</a></td><td style=\"color: #cccccc\">Emergency contact person</td><td>Emergency contact person</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-SPS\">SPS</a></td><td style=\"color: #cccccc\">spouse</td><td>The player of the role is a marriage partner of the scoping person.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.saude.go.gov.br/r4/core/ValueSet/relacao-contato",
  "version" : "0.0.1",
  "name" : "RelacaoContato",
  "title" : "RelacaoContato",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-03T17:32:30+00:00",
  "publisher" : "SES-GO",
  "contact" : [
    {
      "name" : "SES-GO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir-homolog.saude.go.gov.br"
        },
        {
          "system" : "email",
          "value" : "muriloluz@ufg.br"
        }
      ]
    }
  ],
  "description" : "Valores possíveis de relação de contato, incluíndo a informação de conjuge.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "concept" : [
          {
            "code" : "EP"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept" : [
          {
            "code" : "SPS"
          }
        ]
      }
    ]
  }
}