Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example CodeSystem/international-civil-aviation-organization-sex-or-gender (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemICAOSexOrGender

{
  "resourceType" : "CodeSystem",
  "id" : "international-civil-aviation-organization-sex-or-gender",
  "meta" : {
    "lastUpdated" : "2022-12-14T07:12:54.019+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/international-civil-aviation-organization-sex-or-gender</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\">F<a name=\"international-civil-aviation-organization-sex-or-gender-F\"> </a></td><td>Female</td><td>A value which corresponds to female ('F') has been recorded in some context.</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"international-civil-aviation-organization-sex-or-gender-M\"> </a></td><td>Male</td><td>A value which corresponds to female ('M') has been recorded in some context. A value which corresponds to 'X' (any non-M or non-F value) has been recorded or the value is unspecified.</td></tr><tr><td style=\"white-space:nowrap\">&lt;<a name=\"international-civil-aviation-organization-sex-or-gender-.60\"> </a></td><td>X</td><td>A value which corresponds to 'X' (any non-M or non-F value) has been recorded or the value is unspecified.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/international-civil-aviation-organization-sex-or-gender",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2039"
  }],
  "version" : "5.0.0-snapshot3",
  "name" : "ICAOSexOrGender",
  "title" : "International Civil Aviation Organization Sex or Gender",
  "status" : "active",
  "experimental" : true,
  "description" : "The complete set of concepts used for exchange of the 'sex' value as represented in international travel documents as defined by Doc 9303: Machine Readable Travel Documents, Part 7: Machine Readable Visas published by the International Civil Aviation Organization (ICAO). Initially aligned with the Eighth Edition (2021).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "F",
    "display" : "Female",
    "definition" : "A value which corresponds to female ('F') has been recorded in some context."
  },
  {
    "code" : "M",
    "display" : "Male",
    "definition" : "A value which corresponds to female ('M') has been recorded in some context. A value which corresponds to 'X' (any non-M or non-F value) has been recorded or the value is unspecified."
  },
  {
    "code" : "<",
    "display" : "X",
    "definition" : "A value which corresponds to 'X' (any non-M or non-F value) has been recorded or the value is unspecified."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.