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-physical-activity"];
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-physical-activity 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\">at-rest<a name=\"omh-temporal-relationship-to-physical-activity-at-rest\"> </a></td><td>at rest</td><td>at rest</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"omh-temporal-relationship-to-physical-activity-active\"> </a></td><td>active</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">before-exercise<a name=\"omh-temporal-relationship-to-physical-activity-before-exercise\"> </a></td><td>before exercise</td><td>before exercise</td></tr><tr><td style=\"white-space:nowrap\">after-exercise<a name=\"omh-temporal-relationship-to-physical-activity-after-exercise\"> </a></td><td>after exercise</td><td>after exercise</td></tr><tr><td style=\"white-space:nowrap\">during-exercise<a name=\"omh-temporal-relationship-to-physical-activity-during-exercise\"> </a></td><td>during exercise</td><td>during exercise</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://cardinalkit.org/fhir/CodeSystem/omh-temporal-relationship-to-physical-activity"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "OMHTemporalRelationshipToPhysicalActivity"];
fhir:CodeSystem.title [ fhir:value "OMH Temporal Relationship to Physical Activity 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 physical activity (e.g., at rest, during exercise)."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
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 "at-rest" ];
fhir:CodeSystem.concept.display [ fhir:value "at rest" ];
fhir:CodeSystem.concept.definition [ fhir:value "at rest" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "active" ];
fhir:CodeSystem.concept.display [ fhir:value "active" ];
fhir:CodeSystem.concept.definition [ fhir:value "active" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "before-exercise" ];
fhir:CodeSystem.concept.display [ fhir:value "before exercise" ];
fhir:CodeSystem.concept.definition [ fhir:value "before exercise" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "after-exercise" ];
fhir:CodeSystem.concept.display [ fhir:value "after exercise" ];
fhir:CodeSystem.concept.definition [ fhir:value "after exercise" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "during-exercise" ];
fhir:CodeSystem.concept.display [ fhir:value "during exercise" ];
fhir:CodeSystem.concept.definition [ fhir:value "during exercise" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.