NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Enumerations for how DOB was constructed - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "research-data-date-of-birth-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem research-data-date-of-birth-method</b></p><a name=\"research-data-date-of-birth-method\"> </a><a name=\"hcresearch-data-date-of-birth-method\"> </a><a name=\"research-data-date-of-birth-method-en-US\"> </a><p>This case-sensitive code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-date-of-birth-method</code> defines 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 style=\"white-space:nowrap\">exact<a name=\"research-data-date-of-birth-method-exact\"> </a></td><td>Exact</td></tr><tr><td style=\"white-space:nowrap\">year-only<a name=\"research-data-date-of-birth-method-year-only\"> </a></td><td>Year Only</td></tr><tr><td style=\"white-space:nowrap\">shifted<a name=\"research-data-date-of-birth-method-shifted\"> </a></td><td>Shifted</td></tr><tr><td style=\"white-space:nowrap\">decade-only<a name=\"research-data-date-of-birth-method-decade-only\"> </a></td><td>Decade Only</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"research-data-date-of-birth-method-other\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-date-of-birth-method",
  "version" : "0.1.0",
  "name" : "ResearchDataDateOfBirthMethod",
  "title" : "Enumerations for how DOB was constructed",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-26T19:08:25+00:00",
  "publisher" : "NCPI FHIR Working Group",
  "contact" : [
    {
      "name" : "NCPI FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        },
        {
          "system" : "email",
          "value" : "ncpi-fhir-ig@googlegroups.com"
        }
      ]
    }
  ],
  "description" : "Enumerations for how DOB was constructed",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "exact",
      "display" : "Exact"
    },
    {
      "code" : "year-only",
      "display" : "Year Only"
    },
    {
      "code" : "shifted",
      "display" : "Shifted"
    },
    {
      "code" : "decade-only",
      "display" : "Decade Only"
    },
    {
      "code" : "other",
      "display" : "Other"
    }
  ]
}