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 - TTL Representation

Draft as of 2024-09-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "research-data-date-of-birth-method"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-date-of-birth-method"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ResearchDataDateOfBirthMethod"] ; # 
  fhir:title [ fhir:v "Enumerations for how DOB was constructed"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-26T19:08:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NCPI FHIR Working Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "NCPI FHIR Working Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ncpi-fhir-ig@googlegroups.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Enumerations for how DOB was constructed"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "exact" ] ;
fhir:display [ fhir:v "Exact" ]
  ] [
fhir:code [ fhir:v "year-only" ] ;
fhir:display [ fhir:v "Year Only" ]
  ] [
fhir:code [ fhir:v "shifted" ] ;
fhir:display [ fhir:v "Shifted" ]
  ] [
fhir:code [ fhir:v "decade-only" ] ;
fhir:display [ fhir:v "Decade Only" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #