HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Gender v1.2 - JSON Representation

Active as of 2020-04-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "gender-1.2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/gender-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"gender-1.2-M\"> </a></td><td>Male</td><td>Male.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"gender-1.2-F\"> </a></td><td>Female</td><td>Female.</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"gender-1.2-U\"> </a></td><td>Unspecified or Unknown</td><td>Unspecified or Unknown.</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"gender-1.2-O\"> </a></td><td>Other</td><td>Other.</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/gender-code",
  "version" : "1.2",
  "name" : "Gender_Legacy_1_2",
  "title" : "Gender v1.2",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-04-20T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for a person's gender (M|F|O|U). Used in HPI and NHI HL7v2 legacy messaging & SOAP v3 webservice",
  "purpose" : "A coded type for gender.",
  "caseSensitive" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "M",
      "display" : "Male",
      "definition" : "Male."
    },
    {
      "code" : "F",
      "display" : "Female",
      "definition" : "Female."
    },
    {
      "code" : "U",
      "display" : "Unspecified or Unknown",
      "definition" : "Unspecified or Unknown."
    },
    {
      "code" : "O",
      "display" : "Other",
      "definition" : "Other."
    }
  ]
}