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

: Study Name Type - 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 "study-name-type"] ; # 
  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 study-name-type</b></p><a name=\"study-name-type\"> </a><a name=\"hcstudy-name-type\"> </a><a name=\"study-name-type-en-US\"> </a><p>This case-sensitive code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/study-name-type</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\">formal-title<a name=\"study-name-type-formal-title\"> </a></td><td>Formal Title</td></tr><tr><td style=\"white-space:nowrap\">internal-name<a name=\"study-name-type-internal-name\"> </a></td><td>Internal Name</td></tr><tr><td style=\"white-space:nowrap\">familiar-ame<a name=\"study-name-type-familiar-ame\"> </a></td><td>Familiar Name (Nickname)</td></tr><tr><td style=\"white-space:nowrap\">acronym<a name=\"study-name-type-acronym\"> </a></td><td>Acronym</td></tr><tr><td style=\"white-space:nowrap\">alternative-name<a name=\"study-name-type-alternative-name\"> </a></td><td>Alternative Name</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/study-name-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "StudyNameType"] ; # 
  fhir:title [ fhir:v "Study Name Type"] ; # 
  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 "Some common types of study 'names'."] ; # 
  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 "formal-title" ] ;
fhir:display [ fhir:v "Formal Title" ]
  ] [
fhir:code [ fhir:v "internal-name" ] ;
fhir:display [ fhir:v "Internal Name" ]
  ] [
fhir:code [ fhir:v "familiar-ame" ] ;
fhir:display [ fhir:v "Familiar Name (Nickname)" ]
  ] [
fhir:code [ fhir:v "acronym" ] ;
fhir:display [ fhir:v "Acronym" ]
  ] [
fhir:code [ fhir:v "alternative-name" ] ;
fhir:display [ fhir:v "Alternative Name" ]
  ] ) . #