Language Pack Example
0.1.0 - ci-build
Language Pack Example, publicado por Example Publisher. Este guia não é uma publicação autorizada; é a compilação contínua para a versão 0.1.0 construída pela FHIR (HL7® FHIR® Standard) CI Build. Esta versão é baseada no conteúdo atual de https://github.com/medigree/translations.langpack/ e muda regularmente. Veja o Diretório de versões publicadas
Active as of 2025-08-13 |
{
"resourceType" : "CodeSystem",
"id" : "cs-pt-administrative-gender",
"language" : "pt",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"pt\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"pt\"><p class=\"res-header-id\"><b>Narrativa gerada: CodeSystem cs-pt-administrative-gender</b></p><a name=\"cs-pt-administrative-gender\"> </a><a name=\"hccs-pt-administrative-gender\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Língua: pt</p></div><p>Este suplemento do sistema de código <code>http://example.org/langpack/CodeSystem/cs-pt-administrative-gender</code> define caraterísticas no seguinte códigos:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a><a name=\"cs-pt-administrative-gender-male\"> </a></td><td>Masculino</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a><a name=\"cs-pt-administrative-gender-female\"> </a></td><td>Feminino</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-other\">other</a><a name=\"cs-pt-administrative-gender-other\"> </a></td><td>Outro</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a><a name=\"cs-pt-administrative-gender-unknown\"> </a></td><td>Desconhecido</td></tr></table></div>"
},
"url" : "http://example.org/langpack/CodeSystem/cs-pt-administrative-gender",
"version" : "0.1.0",
"name" : "AdministrativeGender",
"title" : "AdministrativeGender",
"status" : "active",
"date" : "2025-08-13T05:33:29+00:00",
"publisher" : "Example Publisher",
"description" : "The gender of a person used for administrative purposes.",
"caseSensitive" : false,
"content" : "supplement",
"supplements" : "http://hl7.org/fhir/administrative-gender",
"concept" : [
{
"code" : "male",
"display" : "Masculino"
},
{
"code" : "female",
"display" : "Feminino"
},
{
"code" : "other",
"display" : "Outro"
},
{
"code" : "unknown",
"display" : "Desconhecido"
}
]
}