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-06-15 |
@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-sleep"];
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-sleep 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\">before-sleeping<a name=\"omh-temporal-relationship-to-sleep-before-sleeping\"> </a></td><td>before sleeping</td><td>before sleeping</td></tr><tr><td style=\"white-space:nowrap\">during-sleep<a name=\"omh-temporal-relationship-to-sleep-during-sleep\"> </a></td><td>during sleep</td><td>during sleep</td></tr><tr><td style=\"white-space:nowrap\">on-waking<a name=\"omh-temporal-relationship-to-sleep-on-waking\"> </a></td><td>on waking</td><td>on waking</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://cardinalkit.org/fhir/CodeSystem/omh-temporal-relationship-to-sleep"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "OMHTemporalRelationshipToSleep"];
fhir:CodeSystem.title [ fhir:value "OMH Temporal Relationship to Sleep Code System"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2015-06-15"^^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 sleep (e.g., before sleeping, on waking)."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "before-sleeping" ];
fhir:CodeSystem.concept.display [ fhir:value "before sleeping" ];
fhir:CodeSystem.concept.definition [ fhir:value "before sleeping" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "during-sleep" ];
fhir:CodeSystem.concept.display [ fhir:value "during sleep" ];
fhir:CodeSystem.concept.definition [ fhir:value "during sleep" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "on-waking" ];
fhir:CodeSystem.concept.display [ fhir:value "on waking" ];
fhir:CodeSystem.concept.definition [ fhir:value "on waking" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.