NCPI FHIR Implementation Guide
0.2.0 - ci-build
NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
Active as of 2022-12-09 |
@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:Resource.id [ fhir:value "example-study-data-dictionary-datatable-codesystem-1"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1</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\">subjectid<a name=\"example-study-data-dictionary-datatable-codesystem-1-subjectid\"> </a></td><td>Subject's Unique Identifier</td></tr><tr><td style=\"white-space:nowrap\">gender<a name=\"example-study-data-dictionary-datatable-codesystem-1-gender\"> </a></td><td>Gender</td></tr><tr><td style=\"white-space:nowrap\">age_at_enrollment<a name=\"example-study-data-dictionary-datatable-codesystem-1-age_at_enrollment\"> </a></td><td>Subject's Age at Enrollment in days</td></tr><tr><td style=\"white-space:nowrap\">bmi<a name=\"example-study-data-dictionary-datatable-codesystem-1-bmi\"> </a></td><td>Subject's BMI, Measured at Enrollment</td></tr><tr><td style=\"white-space:nowrap\">status<a name=\"example-study-data-dictionary-datatable-codesystem-1-status\"> </a></td><td>Subject's status (Case or Control)</td></tr></table></div>"
]; #
fhir:CodeSystem.url [ fhir:value "https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"]; #
fhir:CodeSystem.version [ fhir:value "0.2.0"]; #
fhir:CodeSystem.name [ fhir:value "ExampleStudyDataDictionaryStudyTableCS1"]; #
fhir:CodeSystem.title [ fhir:value "Datatable CodeSystem (lists all variables)"]; #
fhir:CodeSystem.status [ fhir:value "active"]; #
fhir:CodeSystem.date [ fhir:value "2022-12-09T17:30:30+00:00"^^xsd:dateTime]; #
fhir:CodeSystem.publisher [ fhir:value "NCPI FHIR Working Group"]; #
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "NCPI FHIR Working Group" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://github.com/nih-ncpi" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Meen Chul Kim" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "meenchul@d3b.center" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
]; #
fhir:CodeSystem.description [ fhir:value "Example CodeSystem for a data-dictionary table with 4 variables represented as codes."]; #
fhir:CodeSystem.content [ fhir:value "complete"]; #
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "subjectid" ];
fhir:CodeSystem.concept.display [ fhir:value "Subject's Unique Identifier" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "gender" ];
fhir:CodeSystem.concept.display [ fhir:value "Gender" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "age_at_enrollment" ];
fhir:CodeSystem.concept.display [ fhir:value "Subject's Age at Enrollment in days" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "bmi" ];
fhir:CodeSystem.concept.display [ fhir:value "Subject's BMI, Measured at Enrollment" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "status" ];
fhir:CodeSystem.concept.display [ fhir:value "Subject's status (Case or Control)" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ NCPI FHIR Working Group. Package NCPI-FHIR-Implementation-Guide#0.2.0 based on FHIR 4.0.1. Generated 2022-12-09
Links: Table of Contents |
QA Report