CardinalKit Mobile Health Data FHIR Implementation Guide
1.0.0 - release
CardinalKit Mobile Health Data FHIR Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Draft as of 2015-11-25 |
@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 "omh-temporal-relationship-to-meal"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://cardinalkit.org/fhir/CodeSystem/omh-temporal-relationship-to-meal 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\">2-hours-postprandial<a name=\"omh-temporal-relationship-to-meal-2-hours-postprandial\"> </a></td><td>2 hours postprandial</td><td>The relative time 2 hours following a meal</td></tr><tr><td style=\"white-space:nowrap\">fasting<a name=\"omh-temporal-relationship-to-meal-fasting\"> </a></td><td>fasting</td><td>Fasting</td></tr><tr><td style=\"white-space:nowrap\">not-fasting<a name=\"omh-temporal-relationship-to-meal-not-fasting\"> </a></td><td>not fasting</td><td>Not fasting</td></tr><tr><td style=\"white-space:nowrap\">before-meal<a name=\"omh-temporal-relationship-to-meal-before-meal\"> </a></td><td>before meal</td><td>Before meal</td></tr><tr><td style=\"white-space:nowrap\">after-meal<a name=\"omh-temporal-relationship-to-meal-after-meal\"> </a></td><td>after meal</td><td>After meal</td></tr><tr><td style=\"white-space:nowrap\">before-breakfast<a name=\"omh-temporal-relationship-to-meal-before-breakfast\"> </a></td><td>before breakfast</td><td>Before breakfast</td></tr><tr><td style=\"white-space:nowrap\">after-breakfast<a name=\"omh-temporal-relationship-to-meal-after-breakfast\"> </a></td><td>after breakfast</td><td>After breakfast</td></tr><tr><td style=\"white-space:nowrap\">before-lunch<a name=\"omh-temporal-relationship-to-meal-before-lunch\"> </a></td><td>before lunch</td><td>Before lunch</td></tr><tr><td style=\"white-space:nowrap\">after-lunch<a name=\"omh-temporal-relationship-to-meal-after-lunch\"> </a></td><td>after lunch</td><td>After lunch</td></tr><tr><td style=\"white-space:nowrap\">before-dinner<a name=\"omh-temporal-relationship-to-meal-before-dinner\"> </a></td><td>before dinner</td><td>Before dinner</td></tr><tr><td style=\"white-space:nowrap\">after-dinner<a name=\"omh-temporal-relationship-to-meal-after-dinner\"> </a></td><td>after dinner</td><td>After dinner</td></tr><tr><td style=\"white-space:nowrap\">with-meal<a name=\"omh-temporal-relationship-to-meal-with-meal\"> </a></td><td>with meal</td><td>Along with the meal</td></tr><tr><td style=\"white-space:nowrap\">with-food<a name=\"omh-temporal-relationship-to-meal-with-food\"> </a></td><td>with food</td><td>Along with food</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://cardinalkit.org/fhir/CodeSystem/omh-temporal-relationship-to-meal"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "OMHTemporalRelationshipToMeal"];
fhir:CodeSystem.title [ fhir:value "OMH Temporal Relationship to Meal Code System"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2015-11-25"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "Stanford Byers Center for Biodesign"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Stanford Byers Center for Biodesign" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://biodesign.stanford.edu/" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "vishnur@stanford.edu" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Vishnu Ravi" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "vishnur@stanford.edu" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:CodeSystem.description [ fhir:value "Represents the temporal relationship of a clinical measure or assessment to a meal (e.g. fasting, after breakfast)."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "2-hours-postprandial" ];
fhir:CodeSystem.concept.display [ fhir:value "2 hours postprandial" ];
fhir:CodeSystem.concept.definition [ fhir:value "The relative time 2 hours following a meal" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "fasting" ];
fhir:CodeSystem.concept.display [ fhir:value "fasting" ];
fhir:CodeSystem.concept.definition [ fhir:value "Fasting" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "not-fasting" ];
fhir:CodeSystem.concept.display [ fhir:value "not fasting" ];
fhir:CodeSystem.concept.definition [ fhir:value "Not fasting" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "before-meal" ];
fhir:CodeSystem.concept.display [ fhir:value "before meal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Before meal" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "after-meal" ];
fhir:CodeSystem.concept.display [ fhir:value "after meal" ];
fhir:CodeSystem.concept.definition [ fhir:value "After meal" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "before-breakfast" ];
fhir:CodeSystem.concept.display [ fhir:value "before breakfast" ];
fhir:CodeSystem.concept.definition [ fhir:value "Before breakfast" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "after-breakfast" ];
fhir:CodeSystem.concept.display [ fhir:value "after breakfast" ];
fhir:CodeSystem.concept.definition [ fhir:value "After breakfast" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "before-lunch" ];
fhir:CodeSystem.concept.display [ fhir:value "before lunch" ];
fhir:CodeSystem.concept.definition [ fhir:value "Before lunch" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "after-lunch" ];
fhir:CodeSystem.concept.display [ fhir:value "after lunch" ];
fhir:CodeSystem.concept.definition [ fhir:value "After lunch" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "before-dinner" ];
fhir:CodeSystem.concept.display [ fhir:value "before dinner" ];
fhir:CodeSystem.concept.definition [ fhir:value "Before dinner" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "after-dinner" ];
fhir:CodeSystem.concept.display [ fhir:value "after dinner" ];
fhir:CodeSystem.concept.definition [ fhir:value "After dinner" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "with-meal" ];
fhir:CodeSystem.concept.display [ fhir:value "with meal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Along with the meal" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "with-food" ];
fhir:CodeSystem.concept.display [ fhir:value "with food" ];
fhir:CodeSystem.concept.definition [ fhir:value "Along with food" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.