Language Pack Example
0.1.0 - ci-build

Language Pack Example, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medigree/translations.langpack/ and changes regularly. See the Directory of published versions

: AdministrativeGender - JSON Representation

Active as of 2024-09-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-en-administrative-gender",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-en-administrative-gender</b></p><a name=\"cs-en-administrative-gender\"> </a><a name=\"hccs-en-administrative-gender\"> </a><a name=\"cs-en-administrative-gender-en\"> </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\">Language: en</p></div><p>This code system <code>http://example.org/langpack/CodeSystem/cs-en-administrative-gender</code> defines features on 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><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a><a name=\"cs-en-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-en-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-en-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-en-administrative-gender-unknown\"> </a></td><td>Desconhecido</td></tr></table></div><div xml:lang=\"pt\" lang=\"pt\"><hr/><p><b>Portuguese</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-en-administrative-gender</b></p><a name=\"cs-en-administrative-gender\"> </a><a name=\"hccs-en-administrative-gender\"> </a><a name=\"cs-en-administrative-gender-pt\"> </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\">Language: en</p></div><p>This code system <code>http://example.org/langpack/CodeSystem/cs-en-administrative-gender</code> defines features on 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><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a><a name=\"cs-en-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-en-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-en-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-en-administrative-gender-unknown\"> </a></td><td>Desconhecido</td></tr></table></div></div>"
  },
  "url" : "http://example.org/langpack/CodeSystem/cs-en-administrative-gender",
  "version" : "0.1.0",
  "name" : "AdministrativeGender",
  "title" : "AdministrativeGender",
  "status" : "active",
  "date" : "2024-09-02T11:21:35+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"
    }
  ]
}